auto-sync: 2026-06-05 13:29:28

This commit is contained in:
cfdaily
2026-06-05 13:29:28 +08:00
parent 3c693d1ac9
commit 9b85039865
+2 -2
View File
@@ -26,8 +26,8 @@ def _make_minimal_ticker() -> MagicMock:
def _make_round(task_id: str = "task-1",
notified: set | None = None,
responded: set | None = None,
notified: set = None,
responded: set = None,
round_number: int = 0) -> BroadcastRound:
"""快速构造 BroadcastRound"""
br = BroadcastRound(task_id=task_id)