test: fix restore mock setup in start tests

This commit is contained in:
harshitsinghbhandari 2026-04-20 13:33:34 +05:30
parent 55ebb6395a
commit b2abcb5c3c
1 changed files with 0 additions and 1 deletions

View File

@ -254,7 +254,6 @@ beforeEach(async () => {
mockSessionManager.restore.mockResolvedValue({ id: "app-orchestrator-restored" });
mockSessionManager.get.mockReset();
mockSessionManager.spawnOrchestrator.mockReset();
mockSessionManager.restore.mockReset();
mockSessionManager.kill.mockReset();
mockExec.mockReset();
mockExecSilent.mockReset();