未验证 提交 5e83230d 编写于 作者: K Kevin Heifner 提交者: GitHub

BOOST_ASSERT -> BOOST_REQUIRE

上级 cdfcfdf4
......@@ -610,7 +610,7 @@ BOOST_FIXTURE_TEST_CASE(deferred_cfa_success, TESTER) try {
set_transaction_headers(trx, 10, 2);
trx.sign( get_private_key( creator, "active" ), chain_id_type() );
auto trace = push_transaction( trx );
BOOST_ASSERT(trace != nullptr);
BOOST_REQUIRE(trace != nullptr);
if (trace) {
BOOST_REQUIRE_EQUAL(transaction_receipt_header::status_enum::delayed, trace->receipt.status);
BOOST_REQUIRE_EQUAL(1, trace->action_traces.size());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册