Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dbartholomae committed Apr 20, 2024
1 parent b71890e commit 32192bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blog/src/data-structure/DraftPost/DraftPostMock.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ describe("DraftPostMock", () => {

expect(post.toString()).toBe(`---
draft: true
title: title
excerpt: |
excerpt
slug: slug
publishedAt: '2021-01-01T00:00:00.000Z'
slug: slug
tags: []
title: title
---
# Hello World`);
});
Expand Down

0 comments on commit 32192bb

Please sign in to comment.