Fix transform_abstracy + tests.
[librarian.git] / tests / test_picture.py
index f97609b..7d12b1d 100644 (file)
@@ -36,7 +36,7 @@ def test_wlpicture():
 
     assert path.exists(wlp.image_path)
     
-    f = wlp.image_file('r')
+    f = wlp.image_file()
     f.close()