Skip to content

Commit

Permalink
fix: changing legacy file not to get an error in the typing check mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielBeFr committed Sep 16, 2022
1 parent 8b5bcae commit 6f1f113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legacy/ocr_category/test_category.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
def test_predict_ocr_categories(
text: str, predicted_category: str, confidence: float
) -> None:
insights = predict_ocr_categories(text)
insights = find_category(text)

# No hesitation in the examples
assert len(insights) == 1
Expand Down

0 comments on commit 6f1f113

Please sign in to comment.