fix warning
This commit is contained in:
parent
5adb85cde9
commit
f05a7bbc97
1 changed files with 1 additions and 2 deletions
|
|
@ -291,8 +291,7 @@ BOOST_AUTO_TEST_CASE( black_swan_issue_346 )
|
||||||
|
|
||||||
auto setup_asset = [&]() -> const asset_object&
|
auto setup_asset = [&]() -> const asset_object&
|
||||||
{
|
{
|
||||||
const asset_object& bitusd = create_bitasset("BITUSD"+trial,
|
const asset_object& bitusd = create_bitasset("BITUSD"+fc::to_string(trial), feeder_id);
|
||||||
feeder_id);
|
|
||||||
update_feed_producers( bitusd, {feeder.id} );
|
update_feed_producers( bitusd, {feeder.id} );
|
||||||
BOOST_CHECK( !bitusd.bitasset_data(db).has_settlement() );
|
BOOST_CHECK( !bitusd.bitasset_data(db).has_settlement() );
|
||||||
trial++;
|
trial++;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue