Skip to content

Commit

Permalink
style fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
tobixen committed Oct 27, 2024
1 parent aed78a7 commit ce58556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_caldav.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ def setup_method(self):
for foo in rfc6638_users:
c = client(**foo)
if not c.check_scheduling_support():
continue ## ignoring user because server does not support scheduling.
continue ## ignoring user because server does not support scheduling.
self.clients.append(c)
self.principals.append(c.principal())

Expand Down

0 comments on commit ce58556

Please sign in to comment.