Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ninabarbakadze committed Apr 11, 2024
1 parent b1ce2ca commit 980ca89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/packetforward/packetforward_upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ func TestPacketForwardMiddlewareAgainstAppUpgrades(t *testing.T) {

require.NoError(t, err)
require.Equal(t, "0.000000000000000000", strings.Trim(got.Param.Value, "\""))
}
}
2 changes: 1 addition & 1 deletion test/util/test_app.go
Original file line number Diff line number Diff line change
Expand Up @@ -292,4 +292,4 @@ func genesisStateWithValSet(
// NewDefaultGenesisState generates the default state for the application.
func NewDefaultGenesisState(cdc codec.JSONCodec) app.GenesisState {
return app.ModuleBasics.DefaultGenesis(cdc)
}
}
2 changes: 1 addition & 1 deletion x/minfee/upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ func TestUpgradeAppVersion(t *testing.T) {
want, err := sdk.NewDecFromStr(fmt.Sprintf("%f", v2.GlobalMinGasPrice))
require.NoError(t, err)
require.Equal(t, want.String(), strings.Trim(got.Param.Value, "\""))
}
}

0 comments on commit 980ca89

Please sign in to comment.