Skip to content

Commit

Permalink
test: update assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
Zangetsu101 committed Dec 31, 2024
1 parent 935d5de commit 0c945ce
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/client/src/declarations/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ describe('query result filtering tests', () => {
results: [
{ id: 'READY_TO_SUBMIT' },
{ id: 'SUBMITTING' },
{ id: 'SUBMITED' },
{ id: 'SUBMITTED' },
{ id: 'FAILED' },
{ id: 'SUBMITTING' }
],
Expand Down Expand Up @@ -267,6 +267,10 @@ describe('query result filtering tests', () => {
results: [{ id: 'CERTIFIED' }, { id: 'FAILED' }],
totalItems: 2
},
sentForReviewTab: {
results: [{ id: 'SUBMITTED' }, { id: 'FAILED' }],
totalItems: 2
},
externalValidationTab: {
results: [{ id: 'WAITING_FOR_VALIDATION' }],
totalItems: 1
Expand Down

0 comments on commit 0c945ce

Please sign in to comment.