Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel committed Apr 3, 2024
1 parent 62417ed commit 52bd87a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ describe('transpileReason', () => {
const item = {
id: '12345',
then: Then.PERMIT,
name: 'policyName',
description: 'policyName',
when: [
{
criterion: Criterion.CHECK_APPROVALS,
Expand All @@ -121,7 +121,7 @@ describe('transpileReason', () => {
const item = {
id: '12345',
then: Then.PERMIT,
name: 'policyName',
description: 'policyName',
when: []
}

Expand All @@ -134,7 +134,7 @@ describe('transpileReason', () => {
const item = {
id: '12345',
then: Then.FORBID,
name: 'policyName',
description: 'policyName',
when: []
}

Expand Down

0 comments on commit 52bd87a

Please sign in to comment.