Skip to content

Commit

Permalink
Yay, they failed, and now, we fix
Browse files Browse the repository at this point in the history
closes #890
  • Loading branch information
jaesivsm authored and diegogangl committed May 13, 2022
1 parent 1507494 commit 5f72c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/backend/backend_caldav_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def test_translate_from_vtodo(self):
self.assertEqual(DESCRIPTION.dav_name, 'description')
todo = self._get_todo(VTODO_GRAND_CHILD)
self.assertEqual(todo.instance.vtodo.serialize(), VTODO_GRAND_CHILD)
self.assertEqual(date(2020, 12, 25),
self.assertEqual(date(2020, 12, 24),
todo.instance.vtodo.contents['due'][0].value)
uid = UID_FIELD.get_dav(todo)
self.assertTrue(isinstance(uid, str), f"should be str is {uid!r}")
Expand Down

0 comments on commit 5f72c8a

Please sign in to comment.