Skip to content

Commit

Permalink
Fix unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
davismcphee committed May 15, 2024
1 parent 41bcb2e commit cc9a9db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ describe('Test discover state actions', () => {

test('onChangeDataView', async () => {
const { state, getCurrentUrl } = await getState('/', { savedSearch: savedSearchMock });
const { actions, savedSearchState, dataState, appState } = state;
const { actions, savedSearchState, dataState } = state;

await actions.loadSavedSearch({ savedSearchId: savedSearchMock.id });
const unsubscribe = actions.initializeAndSync();
Expand Down

0 comments on commit cc9a9db

Please sign in to comment.