Skip to content

Commit

Permalink
fix: eth api test
Browse files Browse the repository at this point in the history
  • Loading branch information
onikonychev committed Nov 5, 2024
1 parent 6d0deb8 commit 8d0e2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/rpc/rpcapi/eth_api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ func (s *NodeSuite) Test_EstimateGas() {
} {
msg.Value = msgValue
_, err = s.ethClient.EstimateGas(context.Background(), msg)
s.ErrorContains(err, "StateDB: wei amount is too small")
s.ErrorContains(err, "wei amount is too small")
}
}

Expand Down

0 comments on commit 8d0e2fb

Please sign in to comment.