Skip to content

Commit

Permalink
resolve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Dec 13, 2019
1 parent ba3a23f commit 8bcc718
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/server/legacy/legacy_service.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ import { capabilitiesServiceMock } from '../capabilities/capabilities_service.mo
import { uuidServiceMock } from '../uuid/uuid_service.mock';

const MockKbnServer: jest.Mock<KbnServer> = KbnServer as any;
const findLegacyPluginSpecsMock: jest.Mock<typeof findLegacyPluginSpecs> = findLegacyPluginSpecs as any;

let coreId: symbol;
let env: Env;
Expand Down Expand Up @@ -117,7 +116,6 @@ beforeEach(() => {

afterEach(() => {
jest.clearAllMocks();
findLegacyPluginSpecsMock.mockReset();
});

describe('once LegacyService is set up with connection info', () => {
Expand Down

0 comments on commit 8bcc718

Please sign in to comment.