Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilkumarpilli committed Sep 9, 2024
1 parent 4599aaf commit f2b5903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/systemtests/bank_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func TestBankSendTxCmd(t *testing.T) {
},
{
"not enough fees",
[]string{"--fees=2stake"},
[]string{"--fees=0stake"},
true,
sdkerrors.ErrInsufficientFee.ABCICode(),
},
Expand Down

0 comments on commit f2b5903

Please sign in to comment.