change TEST to TESTB
This commit is contained in:
parent
f258686fc5
commit
2bf061520c
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue