Skip to content

Commit

Permalink
rename mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Sep 8, 2020
1 parent 0affecc commit e122afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/url_forwarding/public/mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const createStartContract = (): Start => ({
navigateToLegacyKibanaUrl: jest.fn(),
});

export const kibanaLegacyPluginMock = {
export const urlForwardingPluginMock = {
createSetupContract,
createStartContract,
};

0 comments on commit e122afd

Please sign in to comment.