Skip to content

Commit

Permalink
fix: make unit tests pass. Solution for deleted entries still needs work
Browse files Browse the repository at this point in the history
  • Loading branch information
axe312ger committed Apr 14, 2022
1 parent 1a69fd0 commit 9cb1756
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ describe(`contentful extend node type`, () => {
spaceId: `k8iqpp6u0ior`,
createdAt: `2021-03-22T10:10:34.647Z`,
updatedAt: `2021-03-22T10:10:34.647Z`,
file: { contentType: `image/png` },
contentType: `image/png`,
title: `Contentful Logo PNG`,
description: ``,
node_locale: `en-US`,
Expand Down

0 comments on commit 9cb1756

Please sign in to comment.