Skip to content

Commit

Permalink
test: Fix expected usdt fee coins
Browse files Browse the repository at this point in the history
  • Loading branch information
drklee3 committed Sep 26, 2024
1 parent def00fd commit 0b74166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ante/fee_checker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ func TestDeductFees(t *testing.T) {
),
legacytx.NewStdFee( //nolint:staticcheck // deprecated StdFee still in use
100000,
sdk.NewCoins(sdk.NewInt64Coin("usdt", 100)),
sdk.NewCoins(sdk.NewInt64Coin("usdt", 300)),
),
"",
},
Expand Down

0 comments on commit 0b74166

Please sign in to comment.