Skip to content

Commit

Permalink
delete unused lines in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
haianhng31 committed Nov 11, 2024
1 parent 9529073 commit ccf9c17
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
)


@pytest.fixture
def signal_type_index() -> SignalTypeIndex2:
return SignalTypeIndex2[int]()


@pytest.fixture
def empty_index():
"""Fixture for an empty index."""
Expand Down Expand Up @@ -91,12 +86,6 @@ def test_empty_index_query(empty_index):
assert len(results) == 0


def test_empty_index_properties(empty_index):
"""Test properties of an empty index."""
assert len(empty_index._entries) == 0
assert len(empty_index._deduper) == 0


def test_sample_set_exact_match(sample_index):
"""Test exact matches in sample set."""
index, pdq_hashes = sample_index
Expand Down

0 comments on commit ccf9c17

Please sign in to comment.