From 5f6359694d71514bb4ad5eb657631cfcac061f46 Mon Sep 17 00:00:00 2001 From: Mark Shinwell Date: Wed, 12 Jul 2023 14:12:40 +0200 Subject: [PATCH] Update test to reflect change in loser repo --- core/TESTS/test_imports.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/TESTS/test_imports.py b/core/TESTS/test_imports.py index 2b23dd4..21601fb 100644 --- a/core/TESTS/test_imports.py +++ b/core/TESTS/test_imports.py @@ -248,7 +248,7 @@ class SubprocessTest(TestCase): import troggle.settings as settings cwd = settings.SURVEX_DATA - for survey in ["1623.svx", "1626.svx"]: + for survey in ["1623-and-1626-no-schoenberg-hs.svx"]: sp = subprocess.run([settings.CAVERN, survey], cwd=cwd, capture_output=True, text=True) out = str(sp.stdout) if len(out) > 160: