Skip to content

Commit

Permalink
fix(test/feeds): fix wrong author in feed xml
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Jan 17, 2024
1 parent 10e6c01 commit 1a872ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/unit/services/feed.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ test('generate sitemap.xml', async () => {
<updated>2024-01-17T12:03:03.000Z</updated>
<id>https://example.com</id>
<author>
<name>john doe</name>
<name>yourName</name>
</author>
<entry>
<title>Standard nested post</title>
Expand Down

0 comments on commit 1a872ec

Please sign in to comment.