Skip to content

Commit

Permalink
Attempt to fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
oruebel committed Feb 6, 2025
1 parent b25d84f commit 93f71d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_icephys_metadata_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def test_init_with_empty_category_tables_and_missing_required_tables(self):
categories = [DynamicTable(name=val,
description=val+" description",
) for val in category_names]
ret = IntracellularRecordingsTable(category_tables=categories)
ret = IntracellularRecordingsTable(category_tables=categories, categories=category_names
self.assertEqual(ret.name, 'intracellular_recordings')
self.assertIsNotNone(ret.electrodes)
self.assertIsInstance(ret.electrodes, IntracellularElectrodesTable)
Expand Down

0 comments on commit 93f71d1

Please sign in to comment.