X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/852a6258b74c3c8dc23b591491eedf74cf86eea5..2c15db814c7f40406b6a86383e3e4bc8825b7faf:/tests/test_picture.py diff --git a/tests/test_picture.py b/tests/test_picture.py index f97609b..7d12b1d 100644 --- a/tests/test_picture.py +++ b/tests/test_picture.py @@ -36,7 +36,7 @@ def test_wlpicture(): assert path.exists(wlp.image_path) - f = wlp.image_file('r') + f = wlp.image_file() f.close()