Skip to content

Commit cefbffa

Browse files
committed
minor change to state to get test to pass
1 parent d96bd1e commit cefbffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/__tests__/ActionContainerV2.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ import { mainSlice } from '../RTKslices'
118118
tabs: customTabs, // Replace with the actual (testing) tab data
119119
currentTabInApp: null,
120120
connectionStatus: false,
121-
reconnectRequested: false,
121+
connectRequested: true,
122122
},
123123
};
124124

0 commit comments

Comments
 (0)