diff --git a/src/core/public/workspace/workspaces_service.test.ts b/src/core/public/workspace/workspaces_service.test.ts index 724af4ee9855..b2d84152da83 100644 --- a/src/core/public/workspace/workspaces_service.test.ts +++ b/src/core/public/workspace/workspaces_service.test.ts @@ -1,3 +1,8 @@ +/* + * Copyright OpenSearch Contributors + * SPDX-License-Identifier: Apache-2.0 + */ + import { httpServiceMock } from '../http/http_service.mock'; import { applicationServiceMock } from '../application/application_service.mock'; import { WorkspacesService, WorkspacesSetup, WorkspacesStart } from './workspaces_service';