From eeadf3c89951172b60aa7de73cccfc9e817027e6 Mon Sep 17 00:00:00 2001 From: samuel Date: Mon, 12 Feb 2024 22:20:21 +0100 Subject: [PATCH] fix --- apps/authz/src/shared/__test__/opa.utils.spec.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/authz/src/shared/__test__/opa.utils.spec.ts b/apps/authz/src/shared/__test__/opa.utils.spec.ts index 572e665af..8254e1dd0 100644 --- a/apps/authz/src/shared/__test__/opa.utils.spec.ts +++ b/apps/authz/src/shared/__test__/opa.utils.spec.ts @@ -1,3 +1,4 @@ +import { EntityType, ValueOperators } from '@narval/authz-shared' import { ApprovalsCriterion, Criterion, @@ -7,9 +8,8 @@ import { Policy, Then, WalletAddressCriterion -} from '@app/authz/src/shared/types/policy.type' -import { criterionToString, reasonToString } from '@app/authz/src/shared/utils/opa.utils' -import { EntityType, ValueOperators } from '@narval/authz-shared' +} from '../types/policy.type' +import { criterionToString, reasonToString } from '../utils/opa.utils' describe('criterionToString', () => { test('returns criterion if args are null', () => {