Update src/icalendar/tests/test_conference.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/877/head
Nicco Kunzmann 2025-09-22 19:42:29 +01:00 zatwierdzone przez GitHub
rodzic e4e2b822d0
commit 84527db1ac
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -74,7 +74,7 @@ def component(component_class):
return component_class()
def test_no_conferenes(component):
def test_no_conferences(component):
"""No conferences by default."""
assert component.conferences == []
assert "CONFERENCE" not in component