Skip to content

Commit 8bcc718

Browse files
committed
resolve merge conflicts
1 parent ba3a23f commit 8bcc718

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/core/server/legacy/legacy_service.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ import { capabilitiesServiceMock } from '../capabilities/capabilities_service.mo
4545
import { uuidServiceMock } from '../uuid/uuid_service.mock';
4646

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

5049
let coreId: symbol;
5150
let env: Env;
@@ -117,7 +116,6 @@ beforeEach(() => {
117116

118117
afterEach(() => {
119118
jest.clearAllMocks();
120-
findLegacyPluginSpecsMock.mockReset();
121119
});
122120

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

0 commit comments

Comments
 (0)