Skip to content

Commit

Permalink
[Discover] Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
jughosta committed Oct 27, 2023
1 parent ff08dd2 commit 9424da3
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -360,10 +360,16 @@ describe('Test discover state actions', () => {
const { searchSource, ...savedSearch } = state.savedSearchState.getState();
expect(savedSearch).toMatchInlineSnapshot(`
Object {
"breakdownField": undefined,
"columns": Array [
"default_column",
],
"hideAggregatedPreview": undefined,
"hideChart": undefined,
"refreshInterval": undefined,
"rowHeight": undefined,
"rowsPerPage": undefined,
"sampleSize": undefined,
"sort": Array [],
"timeRange": undefined,
"usesAdHocDataView": false,
Expand Down

0 comments on commit 9424da3

Please sign in to comment.