Skip to content

Commit

Permalink
minor change to state to get test to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinmirhan committed Oct 15, 2023
1 parent d96bd1e commit cefbffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/__tests__/ActionContainerV2.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ import { mainSlice } from '../RTKslices'
tabs: customTabs, // Replace with the actual (testing) tab data
currentTabInApp: null,
connectionStatus: false,
reconnectRequested: false,
connectRequested: true,
},
};

Expand Down

0 comments on commit cefbffa

Please sign in to comment.