Skip to content

Commit 0e6ffcd

Browse files
committed
Fix discovered typo.
1 parent 3ba23cb commit 0e6ffcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_icalendar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ def test_free_busy():
431431
assert vfb.serialize().replace("\r\n", "\n") == freebusy.replace("\r\n", "\n")
432432

433433

434-
def test_availablity():
434+
def test_availability():
435435
"""
436436
Test availability components
437437
"""

0 commit comments

Comments
 (0)