Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpmccormick committed Nov 14, 2024
1 parent cc93d32 commit 29c22f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/webapp/services/prismic/transformers/pages.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const exampleTextSlice = {
export const pageWithoutBody: RawPagesDocument = {
...emptyDocumentWithUid<RawPagesDocument>({
title: [],
introText: exampleTextSlice.primary.text,
datePublished: null,
showOnThisPage: false,
metadataDescription: exampleTextSlice.primary.text,
Expand Down

0 comments on commit 29c22f7

Please sign in to comment.