Skip to content

Commit

Permalink
Update test_deduplication.py (#120)
Browse files Browse the repository at this point in the history
resutls -> results
  • Loading branch information
eltociear committed Mar 29, 2024
1 parent 0863472 commit df1907a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tests/unit_tests/test_deduplication.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from server.extraction_runnable import ExtractResponse, deduplicate


async def test_deduplication_different_resutls() -> None:
async def test_deduplication_different_results() -> None:
"""Test deduplication of extraction results."""
result = deduplicate(
[
Expand Down

0 comments on commit df1907a

Please sign in to comment.