Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Sep 1, 2022
1 parent ddd79ad commit b8ffebb
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,10 @@ describe('workspace_panel', () => {

expect(mounted.lensStore.dispatch).toHaveBeenCalledWith({
type: 'lens/onActiveDataChange',
payload: tablesData,
payload: {
activeData: tablesData,
requestWarnings: [],
},
});
});

Expand Down

0 comments on commit b8ffebb

Please sign in to comment.