test: fix restore mock setup in start tests
This commit is contained in:
parent
55ebb6395a
commit
b2abcb5c3c
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue