Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyongjie committed Oct 28, 2022
1 parent 958c5da commit 207f9b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions superset-frontend/src/explore/actions/hydrateExplore.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ test('creates hydrate action from initial data', () => {
standalone: null,
force: null,
saveAction: null,
common: {},
},
},
}),
Expand Down Expand Up @@ -159,6 +160,7 @@ test('creates hydrate action with existing state', () => {
standalone: null,
force: null,
saveAction: null,
common: {},
},
},
}),
Expand Down

0 comments on commit 207f9b8

Please sign in to comment.