Skip to content

Commit

Permalink
one more fix after merge EOSIO#3180
Browse files Browse the repository at this point in the history
  • Loading branch information
moskvanaft committed May 18, 2018
1 parent 1637efe commit 290c208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittests/eosio.system_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ BOOST_FIXTURE_TEST_CASE( delegate_to_another_user, eosio_system_tester ) try {
unstake( "bob111111111", core_from_string("0.0000"), core_from_string("10.0000") )

);
BOOST_REQUIRE_EQUAL( error("condition: assertion failed: insufficient staked net bandwidth"),
BOOST_REQUIRE_EQUAL( wasm_assert_msg("insufficient staked net bandwidth"),
unstake( "bob111111111", core_from_string("10.0000"), core_from_string("0.0000") )
);

Expand Down

0 comments on commit 290c208

Please sign in to comment.