diff options
Diffstat (limited to 'tests/test_process.py')
-rw-r--r-- | tests/test_process.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_process.py b/tests/test_process.py index 6ec2758d..720734a8 100644 --- a/tests/test_process.py +++ b/tests/test_process.py @@ -651,7 +651,7 @@ class ProcessTest(CoverageTest): out = self.run_command("python run_twice.py") self.assertEqual( out, - "Coverage.py warning: Module foo was previously imported, but not measured. " + "Coverage.py warning: Module foo was previously imported, but not measured " "(module-not-measured)\n" ) |