Skip to content

Commit

Permalink
fixing connect_to_query_state.test
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Li <[email protected]>
  • Loading branch information
sejli committed Oct 3, 2024
1 parent 83f2cb0 commit 69cceb4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ setupMock.uiSettings.get.mockImplementation((key: string) => {
return { pause: false, value: 0 };
case UI_SETTINGS.QUERY_ENHANCEMENTS_ENABLED:
return false;
case UI_SETTINGS.SEARCH_MAX_RECENT_DATASETS:
return 4;
default:
throw new Error(`sync_query test: not mocked uiSetting: ${key}`);
}
Expand Down

0 comments on commit 69cceb4

Please sign in to comment.