Fix many tests and database storage

This commit is contained in:
Guillaume Ayoub
2015-07-24 16:01:03 +02:00
parent 459b02c9a4
commit 8604593512
3 changed files with 33 additions and 25 deletions

View File

@ -177,7 +177,7 @@ class Collection(ical.Collection):
@property
def text(self):
return ical.serialize(self.tag, self.headers, self.items)
return ical.serialize(self.tag, self.headers, self.components)
@property
def etag(self):