Skip to content

Commit cdf0f33

Browse files
author
ABW
committed
fix unit test broken after rebase due to change in assertion message
1 parent 366faf5 commit cdf0f33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/tests/operation_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3365,7 +3365,7 @@ BOOST_AUTO_TEST_CASE( collateralized_convert_authorities )
33653365
tx.operations.clear();
33663366
tx.operations.push_back( op );
33673367
tx.set_expiration( db->head_block_time() + HIVE_MAX_TIME_UNTIL_EXPIRATION );
3368-
HIVE_REQUIRE_ASSERT( push_transaction( tx, alice_private_key ), "!fhistory.current_median_history.is_null()" );
3368+
HIVE_REQUIRE_ASSERT( push_transaction( tx, alice_private_key ), "!exchange_rate.is_null()" );
33693369

33703370
validate_database();
33713371
}

0 commit comments

Comments
 (0)