We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9057f0b commit 8bc7d4eCopy full SHA for 8bc7d4e
tests/tests_unit/IO/test_saveOptions.m
@@ -14,7 +14,7 @@ function test_saveOptions_basic()
14
15
saveOptions(opt);
16
17
- expected = fullfile(pwd, 'cfg', ['options_task-dummy_' timeStamp() '.json']);
+ expected = fullfile(pwd, 'options', ['options_task-dummy_' timeStamp() '.json']);
18
19
assertEqual(exist(expected, 'file'), 2);
20
0 commit comments