Skip to content

Commit

Permalink
fix: update expect in auth tests
Browse files Browse the repository at this point in the history
  • Loading branch information
njlie committed Jul 24, 2024
1 parent 90d82ba commit fe8175b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/auth/src/access/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ describe('Access utilities', (): void => {
requestAccessItem,
toOpenPaymentsAccess(grantAccessItemSuperAction)
)
)
).toBe(true)
})

test('access comparison fails if grant action items are insufficient', async (): Promise<void> => {
Expand Down

0 comments on commit fe8175b

Please sign in to comment.