diff --git a/x/evm/keeper/grpc_query_test.go b/x/evm/keeper/grpc_query_test.go index 3d0196556c..47e9c49619 100644 --- a/x/evm/keeper/grpc_query_test.go +++ b/x/evm/keeper/grpc_query_test.go @@ -944,7 +944,7 @@ func (suite *KeeperTestSuite) TestQueryBaseFee() { true, true, false, }, { - "pass - nil Base Fee when feemarket not activated", + "pass - zero Base Fee when feemarket not activated", func() { baseFee := sdk.ZeroInt() expRes = &types.QueryBaseFeeResponse{BaseFee: &baseFee}