From 62302019babd8fdf63c1c6dc4c9faa48d441a7f0 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sun, 24 Mar 2024 10:16:22 +0200 Subject: [PATCH] Update test_async.cpp --- tests/test_async.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_async.cpp b/tests/test_async.cpp index 919ffac2..94be61fc 100644 --- a/tests/test_async.cpp +++ b/tests/test_async.cpp @@ -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"); }