Skip to content

Commit 035aea4

Browse files
committed
Fix test
1 parent 0f5603b commit 035aea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_recognition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ def test_recognition(recognition_predictor, detection_predictor, test_image):
66

77
text_lines = recognition_results[0].text_lines
88
assert len(text_lines) == 4
9-
assert text_lines[0].text == "Hello World"
9+
assert "Hello World" in text_lines[0].text

0 commit comments

Comments
 (0)