change TEST to TESTB

This commit is contained in:
Alfredo 2018-12-18 15:48:31 -03:00
parent f258686fc5
commit 2bf061520c

View file

@ -719,7 +719,7 @@ BOOST_FIXTURE_TEST_CASE( limit_order_expiration, database_fixture )
//Get a sane head block time
generate_block();
auto* test = &create_bitasset("TEST");
auto* test = &create_bitasset("TESTB");
auto* core = &asset_id_type()(db);
auto* nathan = &create_account("nathan");
auto* committee = &account_id_type()(db);
@ -748,7 +748,7 @@ BOOST_FIXTURE_TEST_CASE( limit_order_expiration, database_fixture )
auto id = limit_itr->id;
generate_blocks(op.expiration, false);
test = &get_asset("TEST");
test = &get_asset("TESTB");
core = &asset_id_type()(db);
nathan = &get_account("nathan");
committee = &account_id_type()(db);