Skip to content

Commit

Permalink
Fix Jest test.
Browse files Browse the repository at this point in the history
  • Loading branch information
codyml committed Jul 14, 2022
1 parent 7e99fcc commit f68083d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions superset-frontend/src/explore/actions/hydrateExplore.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,19 @@ test('creates hydrate action from initial data', () => {
lastRendered: 0,
},
},
datasources: {
'8__table': {
column_format: {},
columns: [{ column_name: 'a' }],
datasource_name: '8__table',
description: null,
id: 8,
main_dttm_col: '',
metrics: [{ metric_name: 'first' }, { metric_name: 'second' }],
type: 'table',
verbose_map: {},
},
},
saveModal: {
dashboards: [],
saveModalAlert: null,
Expand Down

0 comments on commit f68083d

Please sign in to comment.