test: updated the onReconnectStart test to reflect updated setupFlowTest.ts

ref: N25B-114
This commit is contained in:
JGerla
2025-10-25 15:37:24 +02:00
parent 1f2b57fbcd
commit 48dabb86e0

View File

@@ -73,7 +73,6 @@ describe('FlowStore Functionality', () => {
const {onReconnectStart} = useFlowStore.getState();
act(() => {
useFlowStore.setState({edgeReconnectSuccessful: true});
onReconnectStart();
});