diff --git a/tests/ahriman/core/status/conftest.py b/tests/ahriman/core/status/conftest.py index 9a7cf214..6190ae29 100644 --- a/tests/ahriman/core/status/conftest.py +++ b/tests/ahriman/core/status/conftest.py @@ -23,7 +23,7 @@ def event_bus() -> EventBus: fixture for event bus Returns: - EventBus: even bus test instance + EventBus: event bus test instance """ return EventBus(0)