diff --git a/tests/storage/__init__.py b/tests/storage/__init__.py index 30477f4..c93683f 100644 --- a/tests/storage/__init__.py +++ b/tests/storage/__init__.py @@ -348,4 +348,5 @@ class StorageTests(object): href, etag = s.upload(item) item2, etag2 = s.get(href) - assert item.hash == item2.hash + assert item2.raw.count('BEGIN:VEVENT') == 2 + assert 'RRULE' in item2.raw