We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 351c088 commit a5c4bd8Copy full SHA for a5c4bd8
1 file changed
tests/test_stemmus_scope.py
@@ -14,7 +14,7 @@ class TestWithDefaults:
14
@pytest.fixture
15
def model(self, tmp_path):
16
config_file = str(data_folder / "config_file_test.txt")
17
- exe_file = Path(tmp_path) / "STEMUUS_SCOPE"
+ exe_file = Path(tmp_path) / "STEMMUS_SCOPE"
18
19
# create dummy exe file
20
with open(exe_file, "x", encoding="utf8") as dummy_file:
0 commit comments