Skip to content

Commit

Permalink
update test bids query due to a change on the bids-example input
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Jun 9, 2021
1 parent b997e49 commit 3c49dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_bids_query.m
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function test_query_modalities()

assertEqual(bids.query(BIDS, 'modalities'), modalities);
assertEqual(bids.query(BIDS, 'modalities', 'sub', '01'), modalities);
assertEqual(bids.query(BIDS, 'modalities', 'sub', '01', 'ses', '01'), modalities);
assertEqual(bids.query(BIDS, 'modalities', 'sub', '01', 'ses', 'rescan'), modalities);

% this now fails on octave 4.2.2 but not on Matlab
%
Expand Down

0 comments on commit 3c49dd6

Please sign in to comment.