Skip to content

Commit

Permalink
test: correct cbc project agreement signed case
Browse files Browse the repository at this point in the history
  • Loading branch information
rafasdc committed May 3, 2024
1 parent 85a75d1 commit d47b9a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/tests/pages/analyst/dashboard.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const mockQueryPayload = {
projectTitle: 'Project 1',
dateAnnounced: '2019-07-02T00:00:00.000Z',
projectNumber: 4444,
projectStatus: 'Agreement signed',
projectStatus: 'Agreement Signed',
federalFunding: 444444,
householdCount: null,
applicantAmount: 444444,
Expand Down
2 changes: 1 addition & 1 deletion db/data/e2e/001_cbc_project.sql
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ insert into ccbc_public.cbc_project(
"projectTitle": "Project 1",
"dateAnnounced": "2019-07-02T00:00:00.000Z",
"projectNumber": 4444,
"projectStatus": "Agreement signed",
"projectStatus": "Agreement Signed",
"federalFunding": 444444,
"householdCount": null,
"applicantAmount": 444444,
Expand Down

0 comments on commit d47b9a7

Please sign in to comment.