mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Fix docstring
This commit is contained in:
parent
b042a9aba8
commit
eb1f964ee2
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class BaseRequests:
|
|||
assert "UID:todo" in answer
|
||||
|
||||
def test_update(self):
|
||||
"""Delete an event."""
|
||||
"""Update an event."""
|
||||
self.request("MKCOL", "/calendar.ics/")
|
||||
self.request(
|
||||
"PUT", "/calendar.ics/", "BEGIN:VCALENDAR\r\nEND:VCALENDAR")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue