Skip to content

Commit

Permalink
Update test_retinotopy.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Jan 13, 2024
1 parent 2da48bc commit 9b19bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_retinotopy.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class TestRetinotopy(TestCase):
def test_retinotopy_deprecated(self):
with self.assertRaises(ValueError):
with self.assertRaises(RuntimeError):
import pynwb.retinotopy # noqa: F401

# import numpy as np
Expand Down

0 comments on commit 9b19bff

Please sign in to comment.