Skip to content

Commit

Permalink
fixes test
Browse files Browse the repository at this point in the history
  • Loading branch information
mekhlakapoor committed Oct 24, 2024
1 parent 5c5fa96 commit 2e86ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_operations/test_ecephys_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def test_fetch_ecephys_sessions_success(self):
self.assertEqual(len(ecephys_session.streams), 1)
self.assertEqual(ecephys_session.streams[0].daq_names, ["DAQ1", "DAQ2"])
self.assertEqual(len(ecephys_session.streams[0].stream_modules), 2)
self.assertIsNone(ecephys_session.stimulus_epochs)
self.assertEqual(ecephys_session.stimulus_epochs, [])

def test_fetch_ecephys_sessions_handle_exception(self):
"""Tests that exception is handled as expected"""
Expand Down

0 comments on commit 2e86ee3

Please sign in to comment.