auto-sync: 2026-06-02 07:51:37

This commit is contained in:
cfdaily
2026-06-02 07:51:37 +08:00
parent da05461d12
commit 389d99e67e
+2
View File
@@ -211,6 +211,8 @@ class TestU3RoundComplete:
mock_spawner.api_port = 8083
ticker = Ticker(registry=ProjectRegistry(Path("/tmp/fake")),
spawner=mock_spawner, dispatcher=MagicMock())
# mock _build_review_promptf-string 在 Python 3.9 有兼容性问题)
ticker._build_review_prompt = MagicMock(return_value="Review prompt mock")
async def run():
result = await ticker._check_round_complete(db_path, pid)