chore(test): comment of test case rewrite to english

This commit is contained in:
Clooooode
2026-05-09 13:59:16 +12:00
committed by Teknium
parent a4036654f1
commit 998676dd0c

View File

@@ -23,7 +23,7 @@ def kanban_home(tmp_path, monkeypatch):
@pytest.mark.asyncio
async def test_notifier_unsubs_after_completed_event(kanban_home):
"""
completed 事件送出後subscription 應該被移除event_terminal 邏輯)。
Subscription should be remove after completed event
"""
import hermes_cli.kanban_db as kb
from gateway.run import GatewayRunner