forked from expo/troggle
Update test to reflect change in loser repo
This commit is contained in:
parent
67361fa66c
commit
5f6359694d
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user