This commit is contained in:
Markus Unterwaditzer 2015-11-13 23:57:07 +01:00
parent ed22764921
commit 3efca22207

View file

@ -71,6 +71,7 @@ def test_read_only_and_prefetch():
assert list(a.list()) == list(b.list()) == []
def test_upload_and_update():
a = MemoryStorage(fileext='.a')
b = MemoryStorage(fileext='.b')