Skip to content

Commit

Permalink
Fix unrelated test
Browse files Browse the repository at this point in the history
  • Loading branch information
IanCa committed Mar 7, 2024
1 parent a7fd57e commit 55490f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tools/bids/test_bids_tabular_dictionary.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def test_count_diffs_diff(self):
self.assertEqual(len(diff_list2), 1, "count_diffs has differences when other self keys are missing")

def test_set_tsv_info(self):
dict1 = BidsTabularDictionary("Tsv Name1", self.file_list[:-1], entities=('sub', 'run'))
dict1 = BidsTabularDictionary("Tsv Name1", sorted(self.file_list)[:-1], entities=('sub', 'run'))
info1 = dict1.get_info('sub-002_run-1')
self.assertIsInstance(info1, dict)
info2 = dict1.get_info('sub-002_run-1')
Expand Down

0 comments on commit 55490f2

Please sign in to comment.