diff --git a/tests/BloomFilter.cpp b/tests/BloomFilter.cpp index 26db9b4..d94fe69 100644 --- a/tests/BloomFilter.cpp +++ b/tests/BloomFilter.cpp @@ -105,5 +105,5 @@ int main() { /* It is totally fine to have a few false positives */ std::cout << "Total false positives: " << totalFalsePositives << std::endl; - assert(totalFalsePositives == 1); -} \ No newline at end of file + assert(totalFalsePositives == 0); +}