Skip to content

Commit a5c4bd8

Browse files
committed
fix typo
1 parent 351c088 commit a5c4bd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_stemmus_scope.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class TestWithDefaults:
1414
@pytest.fixture
1515
def model(self, tmp_path):
1616
config_file = str(data_folder / "config_file_test.txt")
17-
exe_file = Path(tmp_path) / "STEMUUS_SCOPE"
17+
exe_file = Path(tmp_path) / "STEMMUS_SCOPE"
1818

1919
# create dummy exe file
2020
with open(exe_file, "x", encoding="utf8") as dummy_file:

0 commit comments

Comments
 (0)