Fixed reference to wrong file

This commit is contained in:
Daniel Quinn 2017-01-01 16:40:29 +00:00
parent 294b8abc3f
commit fddd330e75

View File

@ -375,4 +375,4 @@ class TestOCR(TestCase):
text-free pages are now handled correctly so long as we work around
this weird exception.
"""
image_to_string(["text.png", "en"])
image_to_string(["no-text.png", "en"])