Skip to content

Commit

Permalink
test: add missing project number
Browse files Browse the repository at this point in the history
  • Loading branch information
rafasdc committed Aug 20, 2024
1 parent d51efa4 commit 97d770b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/tests/pages/analyst/dashboard.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ const mockQueryPayload = {
conditionalApprovalLetterSent: 'YES',
agreementSigned: 'YES',
},
projectNumber: 5555,
},
},
{
Expand Down Expand Up @@ -209,6 +210,7 @@ const mockQueryPayload = {
conditionalApprovalLetterSent: 'YES',
agreementSigned: 'YES',
},
projectNumber: 4444,
},
},
{
Expand Down Expand Up @@ -258,6 +260,7 @@ const mockQueryPayload = {
conditionalApprovalLetterSent: 'YES',
agreementSigned: 'YES',
},
projectNumber: 3333,
},
},
],
Expand Down

0 comments on commit 97d770b

Please sign in to comment.