diff options
-rw-r--r-- | core/TESTS/test_imports.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/TESTS/test_imports.py b/core/TESTS/test_imports.py index f288951..ad64564 100644 --- a/core/TESTS/test_imports.py +++ b/core/TESTS/test_imports.py @@ -275,7 +275,7 @@ class SubprocessTest(TestCase): self.assertTrue(sp.returncode == 0, f"{cwd} - survex is unhappy") content = sp.stdout - ph = r"Total length of survey legs" + ph = r"Total plan length of survey" phmatch = re.search(ph, content) msg = f'{cwd} - Failed to find expected survex output: "{ph}"' self.assertIsNotNone(phmatch, msg) |