Skip to content

Commit 7842d61

Browse files
committed
Fix typos
1 parent 0f3ca52 commit 7842d61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_image.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ def test_ingest_on_svg(self):
1515
self.assertEqual(entity.first("processingStatus"), self.manager.STATUS_SUCCESS)
1616

1717
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"""
18+
"""This test is meant to catch a regression in the OCR behaviour
19+
described in this PR: https://github.com/alephdata/ingest-file/pull/585"""
2020

2121
test_data = {
2222
"jpeg": {

0 commit comments

Comments
 (0)