Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Apr 12, 2024
1 parent d0c0d18 commit 98d9e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/v1_1/generator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ func TestNetworkHashingIds(t *testing.T) {
a := bobMainnet()

gw.GetAccount.Run(func(args mock.Arguments) {
addr := args.Get(0).(flow.Address)
addr := args.Get(1).(flow.Address)
racc := tests.NewAccountWithAddress(addr.String())
racc.Contracts = map[string][]byte{
contractName: []byte(fungibleTokenContract),
Expand Down

0 comments on commit 98d9e76

Please sign in to comment.