Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Update x/evm/keeper/grpc_query_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang authored Apr 30, 2022
1 parent d3265a6 commit c3b27c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/evm/keeper/grpc_query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit c3b27c8

Please sign in to comment.