Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Feb 24, 2020
1 parent e408a9c commit c3efbb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ describe('SavedObjectsService', () => {

describe('#getTypeRegistry', () => {
it('returns the internal type registry of the service', async () => {
const coreContext = mockCoreContext.create();
const coreContext = createCoreContext({ skipMigration: false });
const soService = new SavedObjectsService(coreContext);
await soService.setup(createSetupDeps());
const { getTypeRegistry } = await soService.start({});
Expand Down

0 comments on commit c3efbb1

Please sign in to comment.