diff --git a/src/plugins/data_explorer/public/services/view_service/view_service.test.ts b/src/plugins/data_explorer/public/services/view_service/view_service.test.ts index b95046997c8b..7bbf486a9991 100644 --- a/src/plugins/data_explorer/public/services/view_service/view_service.test.ts +++ b/src/plugins/data_explorer/public/services/view_service/view_service.test.ts @@ -36,7 +36,7 @@ describe('TypeService', () => { expect(() => { registerView(createViewDefinition({ id: 'view-1' })); - }).toThrowErrorMatchingInlineSnapshot(`"A view with this the id view-1 already exists!"`); + }).toThrowErrorMatchingInlineSnapshot(`"A view with the id view-1 already exists!"`); }); });