Relax recurrence tests

This commit is contained in:
Markus Unterwaditzer 2017-12-03 14:00:11 +01:00
parent 22d009b824
commit b32932bd13

View file

@ -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