Fix test resources naming inconsistency

This commit is contained in:
James R. Barlow
2018-06-28 23:37:14 -07:00
parent 02b3ca6862
commit 9637696a54
2 changed files with 1 additions and 1 deletions

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

+1 -1
View File
@@ -26,5 +26,5 @@ import ocrmypdf.leptonica as lept
def test_colormap_backgroundnorm(resources):
# Issue #262 - unclear how to reproduce exactly, so just ensure leptonica
# can handle that case
pix = lept.Pix.open(resources / 'baiona-colormapped.png')
pix = lept.Pix.open(resources / 'baiona_colormapped.png')
pix.background_norm()