From 2bf061520c182cdbd633b0f2b58159ae592c97bb Mon Sep 17 00:00:00 2001 From: Alfredo Date: Tue, 18 Dec 2018 15:48:31 -0300 Subject: [PATCH] change TEST to TESTB --- tests/tests/block_tests.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/tests/block_tests.cpp b/tests/tests/block_tests.cpp index d79b87cc..db9d999a 100644 --- a/tests/tests/block_tests.cpp +++ b/tests/tests/block_tests.cpp @@ -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);