Skip to content

Commit

Permalink
Merge pull request #741 from eosnetworkfoundation/revert-740-elmato/u…
Browse files Browse the repository at this point in the history
…pdate-silkworm-1-0-2

Revert "[1.0] Update silkworm 1.0.2"
  • Loading branch information
elmato authored Jun 27, 2024
2 parents 67bd3b6 + be185fc commit 28747ee
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(3, evm_account_name),
BOOST_REQUIRE_EXCEPTION(setversion(2, evm_account_name),
eosio_assert_message_exception,
eosio_assert_message_is("Unsupported version"));

Expand Down

0 comments on commit 28747ee

Please sign in to comment.