File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ func TestMetadata_TestMatchTransferAction(t *testing.T) {
243243 expectedError string
244244 }{
245245 {
246- name : "match" ,
246+ name : "match" ,
247247 action : & token.TransferAction {transferActionWithIssuer },
248248 meta : & token.TransferMetadata {
249249 & driver.TransferMetadata {
@@ -269,6 +269,7 @@ func TestMetadata_TestMatchTransferAction(t *testing.T) {
269269 action : func () * token.TransferAction {
270270 a := & mock.TransferAction {}
271271 a .ValidateReturns (errors .New ("validation failed" ))
272+
272273 return & token.TransferAction {a }
273274 }(),
274275 meta : & token.TransferMetadata {
@@ -546,6 +547,7 @@ func TestIssueMetadata_Match(t *testing.T) {
546547 action : func () * token.IssueAction {
547548 a := & mock.IssueAction {}
548549 a .ValidateReturns (errors .New ("validation failed" ))
550+
549551 return token .NewIssueAction (a )
550552 }(),
551553 wantErr : true ,
You can’t perform that action at this time.
0 commit comments