We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f9c324 commit d1ba8a5Copy full SHA for d1ba8a5
apps/twig/src/renderer/features/sessions/service/service.test.ts
@@ -759,9 +759,8 @@ describe("SessionService", () => {
759
expect(mockTrpcAgent.cancel.mutate).toHaveBeenCalledWith({
760
sessionId: "run-123",
761
});
762
- expect(mockSessionStoreSetters.updateSession).toHaveBeenCalledWith(
+ expect(mockSessionStoreSetters.removeSession).toHaveBeenCalledWith(
763
"run-123",
764
- { status: "disconnected", errorMessage: undefined },
765
);
766
767
0 commit comments