Skip to content

Commit

Permalink
test: update application mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinperaza committed Nov 14, 2022
1 parent 921c1e8 commit 0f6c5b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/applications.test.ts
Expand Up @@ -37,6 +37,8 @@ describe('Applications', () => {
name: chance.string(),
type: chance.string() as ApplicationType,
permissions: [chance.string()],
canCreateExpiringApplications: chance.bool(),
expiresAt: chance.string(),
},
updatePayload: {
name: chance.string(),
Expand Down Expand Up @@ -65,6 +67,8 @@ describe('Applications', () => {
permissions: [chance.string()],
},
],
canCreateExpiringApplications: chance.bool(),
expiresAt: chance.string(),
},
updatePayload: {
name: chance.string(),
Expand Down

0 comments on commit 0f6c5b0

Please sign in to comment.