Skip to content

Commit

Permalink
reorder key/value in mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
gmrabian committed Oct 16, 2023
1 parent 95fd88b commit 35f8302
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions services/app-api/utils/testing/setupJest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ export const mockDynamoDataCompleted: MCPARReportMetadata = {
combinedData: false,
programIsPCCM: [
{
value: "No",
key: "programIsPCCM-no_programIsNotPCCM",
value: "No",
},
],
lastAlteredBy: "Thelonious States",
Expand Down Expand Up @@ -233,8 +233,8 @@ export const mockMcparReport = {
combinedData: false,
programIsPCCM: [
{
value: "No",
key: "programIsPCCM-no_programIsNotPCCM",
value: "No",
},
],
lastAlteredBy: "Thelonious States",
Expand Down
4 changes: 2 additions & 2 deletions services/ui-src/src/utils/testing/mockReport.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,8 @@ export const mockMcparReport = {
combinedData: false,
programIsPCCM: [
{
value: "No",
key: "programIsPCCM-no_programIsNotPCCM",
value: "No",
},
],
submittedOnDate: Date.now(),
Expand Down Expand Up @@ -342,8 +342,8 @@ export const mockMcparReportCombinedData = {
combinedData: true,
programIsPCCM: [
{
value: "No",
key: "programIsPCCM-no_programIsNotPCCM",
value: "No",
},
],
submittedOnDate: Date.now(),
Expand Down

0 comments on commit 35f8302

Please sign in to comment.