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(); });