summaryrefslogtreecommitdiff
path: root/tests/test_data.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_data.py')
-rw-r--r--tests/test_data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_data.py b/tests/test_data.py
index ce49bcbf..a67a27ca 100644
--- a/tests/test_data.py
+++ b/tests/test_data.py
@@ -686,6 +686,6 @@ class CoverageDataFilesTest(DataTestHelpers, CoverageTest):
def test_combining_from_nonexistent_directories(self):
covdata = CoverageData()
- msg = "Couldn't combine from non-existent directory 'xyzzy'"
+ msg = "Couldn't combine from non-existing path 'xyzzy'"
with self.assertRaisesRegex(CoverageException, msg):
self.data_files.combine_parallel_data(covdata, data_dirs=['xyzzy'])