mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Relax recurrence tests
This commit is contained in:
parent
22d009b824
commit
b32932bd13
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue