Skip to content

Commit

Permalink
Merge pull request #740 from eosnetworkfoundation/elmato/update-silkw…
Browse files Browse the repository at this point in the history
…orm-1-0-2

[1.0] Update silkworm 1.0.2
  • Loading branch information
elmato authored Jun 27, 2024
2 parents 3689214 + fafa865 commit 67bd3b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/version_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ BOOST_FIXTURE_TEST_CASE(set_version, version_tester) try {
eosio_assert_message_exception,
eosio_assert_message_is("new version must be greater than the active one"));

BOOST_REQUIRE_EXCEPTION(setversion(2, evm_account_name),
BOOST_REQUIRE_EXCEPTION(setversion(3, evm_account_name),
eosio_assert_message_exception,
eosio_assert_message_is("Unsupported version"));

Expand Down

0 comments on commit 67bd3b6

Please sign in to comment.