From 2fd12b124c292505c06b994c7f40b075546693bf Mon Sep 17 00:00:00 2001 From: robbond Date: Tue, 4 Aug 2026 16:06:06 +0100 Subject: [PATCH] fix: reset update state after mock analysis --- lib/mocks/confidence-engine/mock-client.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/mocks/confidence-engine/mock-client.js b/lib/mocks/confidence-engine/mock-client.js index 92c3a23..b64d46c 100644 --- a/lib/mocks/confidence-engine/mock-client.js +++ b/lib/mocks/confidence-engine/mock-client.js @@ -142,6 +142,7 @@ var TURNS = [ function buildDefaultFixture(idx) { var d = TURNS[Math.min(idx, TURNS.length - 1)]; return { + success:true, situationGraph: { centralStatement:"Complaints increased by 35% while production increased by 40%.", currentSummary:d.summary, nodes:d.nodes, edges:d.edges, activeUnknownNodeId:d.active, resolvedNodeIds:d.resolved }, selectedQuestion: d.question || null, noQuestionReason: d.noQReason,