We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f3ca52 commit 7842d61Copy full SHA for 7842d61
tests/test_image.py
@@ -15,8 +15,8 @@ def test_ingest_on_svg(self):
15
self.assertEqual(entity.first("processingStatus"), self.manager.STATUS_SUCCESS)
16
17
def test_tesseract_ocr_regression(self):
18
- """This test is meant to catch a regresion in the OCR behaviour
19
- descrbed in this PR: https://github.com/alephdata/ingest-file/pull/585"""
+ """This test is meant to catch a regression in the OCR behaviour
+ described in this PR: https://github.com/alephdata/ingest-file/pull/585"""
20
21
test_data = {
22
"jpeg": {
0 commit comments