Skip to content
Snippets Groups Projects
Commit 4778e8d0 authored by Jeremy Kersten's avatar Jeremy Kersten
Browse files

[IMP] calendar: add assert to debug test

parent 500fabf1
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,11 @@ class TestCalendar(TransactionCase):
'duration': 0.5,
'stop': '2017-07-12 15:00:00',
})
self.assertEqual(
(m.start_datetime, m.stop_datetime),
(u'2017-07-12 14:30:00', u'2017-07-12 15:00:00'),
"Sanity check"
)
values = {
'allday': False,
'name': u'wheee',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment