From 98e0407077fc6a1487c83a871289934fd2bc409d Mon Sep 17 00:00:00 2001 From: Kathryn Beaty Date: Mon, 27 Nov 2023 13:36:26 -0500 Subject: [PATCH] update test fixtures --- client/src/core/client/admin/test/fixtures.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/core/client/admin/test/fixtures.ts b/client/src/core/client/admin/test/fixtures.ts index 6c07e261db..fe5283f553 100644 --- a/client/src/core/client/admin/test/fixtures.ts +++ b/client/src/core/client/admin/test/fixtures.ts @@ -851,6 +851,7 @@ export const dsaReports = createFixtures([ additionalInformation: "The additional information supporting why that law is alleged to have been broken", history: [], + relatedReports: { edges: [], pageInfo: { hasNextPage: false } }, }, { id: "dsa-report-2", @@ -869,6 +870,7 @@ export const dsaReports = createFixtures([ "A detailed explanation of why it is a violation of Law number 2", }, history: [], + relatedReports: { edges: [], pageInfo: { hasNextPage: false } }, }, ]);