Skip to content

Commit

Permalink
restore previos exp test
Browse files Browse the repository at this point in the history
  • Loading branch information
lupin012 committed Jun 9, 2024
1 parent 3526c7a commit edaf3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion silkworm/rpc/core/evm_executor_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ TEST_CASE("EVMExecutor") {
my_pool.stop();
my_pool.join();
CHECK(result.error_code == std::nullopt);
CHECK(result.pre_check_error.value() == "insufficient funds for gas * price + value: address 0xa872626373628737383927236382161739290870 have 0 want 120000");
CHECK(result.pre_check_error.value() == "insufficient funds for gas * price + value: address 0xa872626373628737383927236382161739290870 have 0 want 60000");
}

SECTION("doesn't fail if transaction cost greater user amount && gasBailout == true") {
Expand Down

0 comments on commit edaf3d4

Please sign in to comment.