Skip to content

Commit

Permalink
unrelated: provoke test failure to check workflow behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
ehennestad committed Nov 2, 2024
1 parent 8b40ee2 commit 271e0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion +tests/+unit/nwbExportTest.m
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function testExportTimeseriesWithoutStartingTimeRate(testCase)
'description', 'a test series', ...
'data_unit', 'n/a' ...
);
error('') % Temp: provoke error
tesCase.verifyFail('') % Temp: provoke error
testCase.NwbObject.acquisition.set('time_series', time_series);
nwbFilePath = fullfile(testCase.OutputFolder, 'test_part1.nwb');
testCase.verifyError(@(f, fn) nwbExport(testCase.NwbObject, nwbFilePath), 'NWB:CustomConstraintUnfulfilled')
Expand Down

0 comments on commit 271e0f8

Please sign in to comment.