Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Jun 18, 2021
1 parent 63e6bb4 commit d8ed9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_ophys.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def test_init(self):
)

motion_correction = MotionCorrection(corrected_image_stacks=[corrected_image_stack])
self.assertEqual(motion_correction.corrected_image_stacks[0], corrected_image_stack)
self.assertEqual(motion_correction.corrected_image_stacks['CorrectedImageStack'], corrected_image_stack)


class CorrectedImageStackConstructor(TestCase):
Expand Down

0 comments on commit d8ed9fe

Please sign in to comment.