summaryrefslogtreecommitdiff
path: root/tests/test_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_config.py')
-rw-r--r--tests/test_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_config.py b/tests/test_config.py
index a9c74aa..0b4d40b 100644
--- a/tests/test_config.py
+++ b/tests/test_config.py
@@ -357,7 +357,7 @@ class ConfigFileTest(UsingModulesMixin, CoverageTest):
self.assertEqual(cov.get_exclude_list(), ["if 0:", r"pragma:?\s+no cover", "another_tab"])
self.assertTrue(cov.config.ignore_errors)
- self.assertEqual(cov.config.run_omit, cov.config.report_omit)
+ self.assertEqual(cov.config.run_omit, ["twenty"])
self.assertEqual(cov.config.report_omit, ["one", "another", "some_more", "yet_more"])
self.assertEqual(cov.config.report_include, ["thirty"])
self.assertEqual(cov.config.precision, 3)