Skip to content

Commit

Permalink
remove test caught by docval argument checking
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince committed Jan 10, 2024
1 parent 85e399a commit 728d3d0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/unit/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -883,8 +883,3 @@ def test_empty_reference_creation(self):
self.assertFalse(tsr.isvalid())
self.assertIsNone(tsr.data)
self.assertIsNone(tsr.timestamps)

def test_empty_reference_creation_invalid_type(self):
tsr = TimeSeriesReference.empty(None)
with self.assertRaisesWith(TypeError, "timeseries must be of type TimeSeries. <class 'NoneType'>"):
tsr.check_types()

0 comments on commit 728d3d0

Please sign in to comment.