mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Style fix
This commit is contained in:
parent
e25e4dc0cb
commit
67d14cd59a
1 changed files with 1 additions and 0 deletions
|
|
@ -94,6 +94,7 @@ def test_multiline_uid():
|
||||||
u'END:FOO\r\n')
|
u'END:FOO\r\n')
|
||||||
assert vobject.Item(a).uid == u'123456789abcdefgh'
|
assert vobject.Item(a).uid == u'123456789abcdefgh'
|
||||||
|
|
||||||
|
|
||||||
def test_multiline_uid_complex():
|
def test_multiline_uid_complex():
|
||||||
a = u'''
|
a = u'''
|
||||||
BEGIN:VCALENDAR
|
BEGIN:VCALENDAR
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue