From 48dabb86e0df80e2118fe6db82e8efd632f4e913 Mon Sep 17 00:00:00 2001 From: JGerla Date: Sat, 25 Oct 2025 15:37:24 +0200 Subject: [PATCH] test: updated the onReconnectStart test to reflect updated setupFlowTest.ts ref: N25B-114 --- .../pages/visProgPage/visualProgrammingUI/VisProgStores.test.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/test/pages/visProgPage/visualProgrammingUI/VisProgStores.test.tsx b/test/pages/visProgPage/visualProgrammingUI/VisProgStores.test.tsx index de71391..3fe5b5c 100644 --- a/test/pages/visProgPage/visualProgrammingUI/VisProgStores.test.tsx +++ b/test/pages/visProgPage/visualProgrammingUI/VisProgStores.test.tsx @@ -73,7 +73,6 @@ describe('FlowStore Functionality', () => { const {onReconnectStart} = useFlowStore.getState(); act(() => { - useFlowStore.setState({edgeReconnectSuccessful: true}); onReconnectStart(); });