Skip to content

Commit

Permalink
fix unit testing
Browse files Browse the repository at this point in the history
  • Loading branch information
fbac committed Oct 8, 2024
1 parent d5190a5 commit c2b86d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion precompiles/bank/method_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ func allowBank(t *testing.T, ts testSuite, amount *big.Int) {
fungibletypes.ModuleAddressZEVM,
ts.zrc20Address,
"approve",
[]interface{}{ts.bankContract.Address(), amount},
[]interface{}{fungibletypes.ModuleAddressZEVM, amount},
)
require.NoError(t, err, "error allowing bank to spend ZRC20 tokens")

Expand Down

0 comments on commit c2b86d4

Please sign in to comment.