From 998676dd0ccfe551f70f0409345514c953d9bff8 Mon Sep 17 00:00:00 2001 From: Clooooode Date: Sat, 9 May 2026 13:59:16 +1200 Subject: [PATCH] chore(test): comment of test case rewrite to english --- tests/hermes_cli/test_kanban_notify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hermes_cli/test_kanban_notify.py b/tests/hermes_cli/test_kanban_notify.py index 5a7b00e9581..ed8a70c7c08 100644 --- a/tests/hermes_cli/test_kanban_notify.py +++ b/tests/hermes_cli/test_kanban_notify.py @@ -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