Skip to content

Commit 8c9c029

Browse files
committed
while getting tests to work for some servers, apparently things broke for Zimbra
1 parent 538c568 commit 8c9c029

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

caldav/calendarobjectresource.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,8 +629,8 @@ def load_by_multiget(self) -> Self:
629629
## As of 2025-05-20, this code section is used by
630630
## TestForServerECloud::testCreateOverwriteDeleteEvent
631631
raise error.NotFoundError(self.url)
632-
assert_(self.data)
633-
assert_(next(mydata, None) is None)
632+
error.assert_(self.data)
633+
error.assert_(next(mydata, None) is None)
634634
return self
635635

636636
## TODO: self.id should either always be available or never

0 commit comments

Comments
 (0)