summaryrefslogtreecommitdiff
path: root/test/util
diff options
context:
space:
mode:
Diffstat (limited to 'test/util')
-rw-r--r--test/util/async_task.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/util/async_task.cpp b/test/util/async_task.cpp
index 4a80b5f3d9..9d36230472 100644
--- a/test/util/async_task.cpp
+++ b/test/util/async_task.cpp
@@ -122,5 +122,5 @@ TEST(AsyncTask, ThreadSafety) {
// We expect here more than 1 but 1 would also be
// a valid result, although very unlikely (I hope).
- EXPECT_GT(count, 1);
+ EXPECT_GT(count, 0);
}