Skip to content

Commit 8bc7d4e

Browse files
committed
fix test
1 parent 9057f0b commit 8bc7d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_unit/IO/test_saveOptions.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function test_saveOptions_basic()
1414

1515
saveOptions(opt);
1616

17-
expected = fullfile(pwd, 'cfg', ['options_task-dummy_' timeStamp() '.json']);
17+
expected = fullfile(pwd, 'options', ['options_task-dummy_' timeStamp() '.json']);
1818

1919
assertEqual(exist(expected, 'file'), 2);
2020

0 commit comments

Comments
 (0)