Fix test resources naming inconsistency
This commit is contained in:
|
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user