Skip to content

Commit

Permalink
hubris
Browse files Browse the repository at this point in the history
  • Loading branch information
walshmm committed Dec 9, 2024
1 parent a0b2a81 commit c5a78ee
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/unit/backend/data/test_Indexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,10 +282,6 @@ def test_flattenVersion(self):
with pytest.raises(ValueError, match=r".*Version must be an int or*"):
indexer._flattenVersion(None)

indexer.currentVersion = lambda: None
with pytest.raises(ValueError, match=r".*No available versions found during lookup using:*"):
indexer._flattenVersion(VersionState.LATEST)

def test_writeNewRecord_noAppliesTo(self):
# ensure that a new record is written to disk
# and the index is updated to reflect the new record
Expand Down

0 comments on commit c5a78ee

Please sign in to comment.