Skip to content

Commit

Permalink
fix tests for changed scribo assets
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Nov 29, 2018
1 parent 9fcf6f6 commit 7c45515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/model/test_exif.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def test_png1(self):
self.assertEqual(exif.photometricInterpretation, 'L')

def test_png2(self):
exif = OcrdExif.from_filename(assets.path_to('scribo-test/data/OCR-D-BIN-SAUVOLA/OCR-D-IMG-orig_sauvola_png'))
exif = OcrdExif.from_filename(assets.path_to('scribo-test/data/OCR-D-IMG-BIN-SAUVOLA/OCR-D-IMG-orig_sauvola_png'))
self.assertEqual(exif.width, 2097)
self.assertEqual(exif.height, 3062)
self.assertEqual(exif.xResolution, 1)
Expand Down

0 comments on commit 7c45515

Please sign in to comment.