[biplan]Update to match with ICapCalendar new features
This commit is contained in:
parent
b9bfb3e583
commit
1ae5552103
5 changed files with 54 additions and 22 deletions
|
|
@ -28,5 +28,5 @@ class BiplanTest(BackendTest):
|
|||
def test_biplan_list(self):
|
||||
l = list(self.backend.list_events(datetime.now()))
|
||||
assert len(l)
|
||||
event = self.backend.get_event(l[0].id, None)
|
||||
event = self.backend.get_event(l[0].id)
|
||||
self.assertTrue(event.url, 'URL for event "%s" not found: %s' % (event.id, event.url))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue