diff options
Diffstat (limited to 'tests/test_oddball.py')
-rw-r--r-- | tests/test_oddball.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_oddball.py b/tests/test_oddball.py index 2eb0fc1d..2d0ae7f1 100644 --- a/tests/test_oddball.py +++ b/tests/test_oddball.py @@ -134,7 +134,7 @@ class RecursionTest(CoverageTest): if pytrace: # pragma: no metacov assert cov._warnings == ["Trace function changed, measurement is likely wrong: None"] else: - assert cov._warnings == [] + assert not cov._warnings class MemoryLeakTest(CoverageTest): |