Merge branch 'hotfix/son-cli-test-fix' into 'master'

Fix failing son cli test

See merge request PBSA/peerplays!26
This commit is contained in:
Bobinson K B 2021-07-27 12:47:05 +00:00
commit 2778a99842

View file

@ -345,7 +345,7 @@ BOOST_FIXTURE_TEST_CASE( select_top_fifteen_sons, cli_fixture )
BOOST_TEST_MESSAGE("gpo: " << gpo.active_sons.size());
BOOST_CHECK(generate_maintenance_block());
BOOST_CHECK(gpo.active_sons.size() == son_number);
BOOST_CHECK(gpo.active_sons.size() == gpo.parameters.maximum_son_count());
} catch( fc::exception& e ) {
BOOST_TEST_MESSAGE("SON cli wallet tests exception");