Skip to content

Commit

Permalink
test: make the test case more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
ninabarbakadze committed Jan 12, 2024
1 parent e9bea8d commit 6fc063b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ante/min_fee_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func TestCheckTxFeeWithGlobalMinGasPrices(t *testing.T) {
expErr: false,
},
{
name: "good tx; with no fee",
name: "good tx; with no fee (v1)",
fee: sdk.NewCoins(sdk.NewInt64Coin(appconsts.BondDenom, 0)),
appVersion: uint64(1),
expErr: false,
Expand Down

0 comments on commit 6fc063b

Please sign in to comment.