Skip to content

Commit

Permalink
fix: test organization
Browse files Browse the repository at this point in the history
  • Loading branch information
giurigaud authored and ataideverton committed Oct 8, 2024
1 parent c4880d6 commit 8803e23
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions node/resolvers/Mutations/Organizations.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,9 @@ describe('given an Organization Mutation', () => {
name: input.name,
status: 'active',
tradeName: input.tradeName,
permissions: {
createQuote: true,
},
},
schema: ORGANIZATION_SCHEMA_VERSION,
})
Expand Down Expand Up @@ -365,6 +368,9 @@ describe('given an Organization Mutation', () => {
name: input.name,
status: 'active',
tradeName: input.tradeName,
permissions: {
createQuote: true,
},
},
schema: ORGANIZATION_SCHEMA_VERSION,
})
Expand Down

0 comments on commit 8803e23

Please sign in to comment.