Skip to content

Commit

Permalink
Fix plugin_test #3610
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandeberg committed Feb 13, 2020
1 parent d104efd commit 0f8af5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/plugin_tests/rc_delegation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ BOOST_AUTO_TEST_CASE( rc_drc_pool_consumption )

const auto& gpo = db->get_dynamic_global_properties();
rc_plugin_skip_flags skip {0, 0, 0, 0};
set< account_name_type > whitelist;
std::set< account_name_type > whitelist;

use_account_rcs( *db, gpo, "alice", 100, skip, whitelist );
BOOST_REQUIRE( poola_pool.rc_pool_manabar.current_mana == 50 );
Expand Down

0 comments on commit 0f8af5c

Please sign in to comment.