Skip to content

Commit

Permalink
Fix another failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Heenawter committed Jan 29, 2024
1 parent fbdd7f9 commit 76e1f95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ describe('control group renderer', () => {
expect(mockControlGroupFactory.create).toHaveBeenCalledWith(
expect.objectContaining({ controlStyle: 'twoLine' }),
undefined,
undefined,
{ lastSavedInput: expect.objectContaining({ controlStyle: 'twoLine' }) },
undefined
);
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ export class DashboardContainer
this.integrationSubscriptions.unsubscribe();
this.integrationSubscriptions = new Subscription();
this.stopSyncingWithUnifiedSearch?.();

const {
dashboardContentManagement: { loadDashboardState },
} = pluginServices.getServices();
Expand Down

0 comments on commit 76e1f95

Please sign in to comment.