Skip to content

Commit

Permalink
update test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
kabeaty committed Nov 27, 2023
1 parent 8f2a772 commit 98e0407
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/core/client/admin/test/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -851,6 +851,7 @@ export const dsaReports = createFixtures<GQLDSAReport>([
additionalInformation:
"The additional information supporting why that law is alleged to have been broken",
history: [],
relatedReports: { edges: [], pageInfo: { hasNextPage: false } },
},
{
id: "dsa-report-2",
Expand All @@ -869,6 +870,7 @@ export const dsaReports = createFixtures<GQLDSAReport>([
"A detailed explanation of why it is a violation of Law number 2",
},
history: [],
relatedReports: { edges: [], pageInfo: { hasNextPage: false } },
},
]);

Expand Down

0 comments on commit 98e0407

Please sign in to comment.