Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samteb committed Feb 12, 2024
1 parent 20db546 commit eeadf3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/authz/src/shared/__test__/opa.utils.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { EntityType, ValueOperators } from '@narval/authz-shared'
import {
ApprovalsCriterion,
Criterion,
Expand All @@ -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', () => {
Expand Down

0 comments on commit eeadf3c

Please sign in to comment.