Skip to content

Commit cd25849

Browse files
committed
replace _octave with _exe in tests
1 parent 784fdf9 commit cd25849

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
@@ -248,7 +248,7 @@ def test_run_matlab(self, mocked_popen, model_with_setup, tmp_path):
248248
result = model.run()
249249

250250
path_to_config = f"'{actual_cfg_file}'"
251-
command_line = f'octave --eval "STEMMUS_SCOPE_octave({path_to_config});exit;"'
251+
command_line = f'octave --eval "STEMMUS_SCOPE_exe({path_to_config});exit;"'
252252
expected = [command_line, "--no-gui", "--silent"]
253253

254254
mocked_popen.assert_called_with(

0 commit comments

Comments
 (0)