提交 5fe23b3c 编写于 作者: A arhag

actually fix api_tests/cf_action_tests

上级 b5f94567
......@@ -475,7 +475,7 @@ BOOST_FIXTURE_TEST_CASE(cf_action_tests, TESTER) { try {
sigs = trx.sign(get_private_key(N(testapi), "active"), chain_id_type());
BOOST_CHECK_EXCEPTION(push_transaction(trx), assert_exception,
[](const fc::exception& e) {
return expect_assert_message(e, "this API may only be called from context_free apply" );
return expect_assert_message(e, "only context free api's can be used in this context" );
}
);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册