Fix call_count check in rehash_tests

This commit is contained in:
Christian Mazakas
2023-05-11 08:39:16 -07:00
parent 21afc69894
commit 80a1904d92

View File

@ -162,7 +162,7 @@ namespace {
t2.join();
t3.join();
BOOST_TEST_GT(call_count, 1u);
BOOST_TEST_GE(call_count, 1u);
test_fuzzy_matches_reference(x, ref_map, rg);
}