Update test_async.cpp

pull/3066/head
Gabi Melman 1 year ago committed by GitHub
parent a19c76a4e7
commit 62302019ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -132,7 +132,6 @@ TEST_CASE("multithread flush", "[async]") {
}
REQUIRE(test_sink->flush_counter() >= 1);
REQUIRE(test_sink->flush_counter() + errmsgs.size() == n_threads * flush_count);
if (errmsgs.size() > 0) {
REQUIRE(errmsgs[0] == "Broken promise");
}

Loading…
Cancel
Save