From fe1e075b5a820758384e749f46a77858fb2494d1 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Sun, 31 Jul 2022 18:35:10 +0200 Subject: [PATCH] core-app-api: fix import syntax Signed-off-by: Patrik Oldsberg --- .../apis/implementations/IdentityApi/AppIdentityProxy.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core-app-api/src/apis/implementations/IdentityApi/AppIdentityProxy.test.ts b/packages/core-app-api/src/apis/implementations/IdentityApi/AppIdentityProxy.test.ts index 3d4f83b05d..6fa46db7c9 100644 --- a/packages/core-app-api/src/apis/implementations/IdentityApi/AppIdentityProxy.test.ts +++ b/packages/core-app-api/src/apis/implementations/IdentityApi/AppIdentityProxy.test.ts @@ -14,7 +14,7 @@ * limitations under the License. */ -import { withLogCollector } from '@backstage//test-utils'; +import { withLogCollector } from '@backstage/test-utils'; import { AppIdentityProxy } from './AppIdentityProxy'; describe('AppIdentityProxy', () => {