Skip to content

Commit

Permalink
update rejected declaration mock data status for checking workqueue a…
Browse files Browse the repository at this point in the history
…nd saved declaration statuses
  • Loading branch information
Nil20 committed Feb 22, 2024
1 parent ec02a00 commit e591cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/tests/mock-graphql-responses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export const birthDeclarationForReview = {
status: [
{
comments: null,
type: 'DECLARED',
type: 'REJECTED',
timestamp: '2022-04-28T15:19:12.858Z',
__typename: 'RegWorkflow'
},
Expand Down

0 comments on commit e591cdc

Please sign in to comment.