We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 833f92f commit 1e60655Copy full SHA for 1e60655
tests/test_data_description.py
@@ -180,8 +180,8 @@ def test_abbreviation_enums(self):
180
# Tests that Platform constructed as expected
181
self.assertEqual(Platform.ECEPHYS, Platform("ECEPHYS"))
182
self.assertEqual(Platform.ECEPHYS, Platform("ecephys"))
183
- self.assertEqual(Platform.MESOSPM, Platform("MESOSPM"))
184
- self.assertEqual(Platform.MESOSPM, Platform("mesoSPIM"))
+ self.assertEqual(Platform.MESOSPIM, Platform("MESOSPIM"))
+ self.assertEqual(Platform.MESOSPIM, Platform("mesoSPIM"))
185
self.assertEqual(Platform.MULTIPLANE_OPHYS, Platform("MULTIPLANE_OPHYS"))
186
self.assertEqual(Platform.MULTIPLANE_OPHYS, Platform("multiplane-ophys"))
187
0 commit comments