From fddd330e75df01ce9ff5b357095e920ad153bb6a Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Sun, 1 Jan 2017 16:40:29 +0000 Subject: [PATCH] Fixed reference to wrong file --- src/documents/tests/test_consumer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/documents/tests/test_consumer.py b/src/documents/tests/test_consumer.py index c25cd56ce..1ec4e3945 100644 --- a/src/documents/tests/test_consumer.py +++ b/src/documents/tests/test_consumer.py @@ -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"])