Add unit tests for our mail API

This commit is contained in:
Raphael Michel
2015-06-03 18:09:00 +02:00
parent 6e8d143c36
commit fad8605aa7
7 changed files with 82 additions and 3 deletions

View File

@@ -484,7 +484,7 @@ class Event(Versionable):
return EventRelatedCache(self)
@cached_property
def settings(self):
def settings(self) -> SettingsProxy:
"""
Returns an object representing this event's settings
"""