Skip to content

Commit

Permalink
Small fix for tests after remove CLEAR_VOTES.
Browse files Browse the repository at this point in the history
  • Loading branch information
afalaleev committed Apr 12, 2018
1 parent 3c38710 commit cd2ec74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/tests/operation_time_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ BOOST_FIXTURE_TEST_SUITE(operation_time_tests, clean_database_fixture)
vest("sam", 8000);
fund("dave", 5000);
vest("dave", 5000);

db->set_clear_votes(0xFFFFFFFF);

price exchange_rate(ASSET("1.000 GOLOS"), ASSET("1.000 GBG"));
set_price_feed(exchange_rate);
Expand Down

0 comments on commit cd2ec74

Please sign in to comment.