Skip to content

Commit

Permalink
Remove bad unit test for LinkSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
oruebel committed Feb 6, 2025
1 parent 1577d06 commit d3ba884
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/unit/test_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ def test_constructor(self):
self.assertEqual(spec.name, 'Link1')
json.dumps(spec)

def test_wrong_reference_type(self):
with self.assertRaises(ValueError):
NWBLinkSpec('TimeSeries', 'unknownreftype')

class NWBDtypeSpecTest(TestCase):

Expand Down

0 comments on commit d3ba884

Please sign in to comment.