From 35f830235eceddb03b24972ea577f7a188254204 Mon Sep 17 00:00:00 2001 From: Garrett Rabian Date: Mon, 16 Oct 2023 13:07:25 -0400 Subject: [PATCH] reorder key/value in mocks --- services/app-api/utils/testing/setupJest.ts | 4 ++-- services/ui-src/src/utils/testing/mockReport.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/services/app-api/utils/testing/setupJest.ts b/services/app-api/utils/testing/setupJest.ts index 36ee131b3..3544a90fc 100644 --- a/services/app-api/utils/testing/setupJest.ts +++ b/services/app-api/utils/testing/setupJest.ts @@ -154,8 +154,8 @@ export const mockDynamoDataCompleted: MCPARReportMetadata = { combinedData: false, programIsPCCM: [ { - value: "No", key: "programIsPCCM-no_programIsNotPCCM", + value: "No", }, ], lastAlteredBy: "Thelonious States", @@ -233,8 +233,8 @@ export const mockMcparReport = { combinedData: false, programIsPCCM: [ { - value: "No", key: "programIsPCCM-no_programIsNotPCCM", + value: "No", }, ], lastAlteredBy: "Thelonious States", diff --git a/services/ui-src/src/utils/testing/mockReport.tsx b/services/ui-src/src/utils/testing/mockReport.tsx index 19332829f..2feaffae6 100644 --- a/services/ui-src/src/utils/testing/mockReport.tsx +++ b/services/ui-src/src/utils/testing/mockReport.tsx @@ -309,8 +309,8 @@ export const mockMcparReport = { combinedData: false, programIsPCCM: [ { - value: "No", key: "programIsPCCM-no_programIsNotPCCM", + value: "No", }, ], submittedOnDate: Date.now(), @@ -342,8 +342,8 @@ export const mockMcparReportCombinedData = { combinedData: true, programIsPCCM: [ { - value: "No", key: "programIsPCCM-no_programIsNotPCCM", + value: "No", }, ], submittedOnDate: Date.now(),