Skip to content

Commit

Permalink
adjust test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Sep 24, 2024
1 parent 321e02b commit 33a58e9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions x/evm/keeper/grpc_query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -899,8 +899,7 @@ func (suite *GRPCServerTestSuiteSuite) TestTraceTx() {
}
predecessors = []*types.MsgEthereumTx{}
},
expPass: true,
traceResponse: "{\"gas\":34828,\"failed\":false,\"returnValue\":\"0000000000000000000000000000000000000000000000000000000000000001\",\"structLogs\":[{\"pc\":0,\"op\":\"PUSH1\",\"gas\":",
expPass: false,
enableFeemarket: true,
},
{
Expand All @@ -911,8 +910,7 @@ func (suite *GRPCServerTestSuiteSuite) TestTraceTx() {
}
predecessors = []*types.MsgEthereumTx{}
},
expPass: true,
traceResponse: "[]",
expPass: false,
enableFeemarket: true,
},
{
Expand Down

0 comments on commit 33a58e9

Please sign in to comment.