Skip to content

Commit 1e60655

Browse files
committed
Update test_data_description.py
1 parent 833f92f commit 1e60655

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_data_description.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ def test_abbreviation_enums(self):
180180
# Tests that Platform constructed as expected
181181
self.assertEqual(Platform.ECEPHYS, Platform("ECEPHYS"))
182182
self.assertEqual(Platform.ECEPHYS, Platform("ecephys"))
183-
self.assertEqual(Platform.MESOSPM, Platform("MESOSPM"))
184-
self.assertEqual(Platform.MESOSPM, Platform("mesoSPIM"))
183+
self.assertEqual(Platform.MESOSPIM, Platform("MESOSPIM"))
184+
self.assertEqual(Platform.MESOSPIM, Platform("mesoSPIM"))
185185
self.assertEqual(Platform.MULTIPLANE_OPHYS, Platform("MULTIPLANE_OPHYS"))
186186
self.assertEqual(Platform.MULTIPLANE_OPHYS, Platform("multiplane-ophys"))
187187

0 commit comments

Comments
 (0)