Commit 4adb13e2 authored by Dominik Charousset's avatar Dominik Charousset

Remove overly strict unit test check

parent 50c0f8bc
......@@ -65,7 +65,6 @@ CAF_TEST(the default exception handler includes the error message) {
[](const error& err) {
auto msg = err.context();
if (auto view = make_typed_message_view<string, string>(msg)) {
CAF_CHECK_EQUAL(get<0>(view), "std.runtime_error");
CAF_CHECK_EQUAL(get<1>(view), "whatever");
} else {
CAF_FAIL("unexpected error contest: " << err.context());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment