Skip to content

Commit

Permalink
remove all test docs except itself
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaijan committed Oct 6, 2023
1 parent 31b3098 commit 2863183
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test_unstructured/metrics/test_text_extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def test_calculate_edit_distance():
("filename", "expected_score", "expected_distance"),
[
("fake-text.txt", 0.78, 38),
("eml/fake-email.eml", 0.01, 168),
],
)
def test_calculate_edit_distance_with_filename(filename, expected_score, expected_distance):
Expand Down

0 comments on commit 2863183

Please sign in to comment.