diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-11-30 10:59:57 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-11-30 10:59:57 -0500 |
commit | 55f8b136930551cb6f68dd31c7a65b75e98e9da6 (patch) | |
tree | 7b83aba4ada2b673c3773e8b93270c20f0dca3af /tests/test_oddball.py | |
parent | d17be155d85afb2bc804693deacfd2e1c5f8738e (diff) | |
download | python-coveragepy-git-55f8b136930551cb6f68dd31c7a65b75e98e9da6.tar.gz |
build: make upgradenedbat/upgrade-with-kits
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): |