(fix) one more fix for test

pull/259/head
Ludovic Marcotte 2019-09-13 08:49:22 -04:00
parent 3f13ab9f19
commit 5f9444f273
1 changed files with 1 additions and 1 deletions

View File

@ -1060,7 +1060,7 @@ class CalDAVSchedulingTest(unittest.TestCase):
invitation.vevent.last_modified.value = now
invitation.vevent.dtstamp.value = now
invitation.vevent.summary.value = "Cancelled invitation (again)"
invitation.vevent.sequence.value = "3"
invitation.vevent.sequence.value = "4"
self._postEvent(self.client, self.user_calendar, invitation,
self.user_email, [self.attendee1_email, self.attendee1_delegate_email])