Skip to content

Commit

Permalink
cleanup: update expected results
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits committed Nov 30, 2024
1 parent ff320ba commit 90fba5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ Deno.test("RSS Feed Generation", () => {
<description>A simple RSS feed example</description>
<link>http://example.com/rss-feed</link>
<lastBuildDate>Sat, 19 Oct 2024 15:12:56 GMT</lastBuildDate>
<language>en</language>
<generator>Feed for Deno</generator>
<language>en-US</language>
<generator>@feed/feed on JSR.io</generator>
<webMaster>[email protected] (John Doe)</webMaster>
<author>[email protected] (John Doe)</author>
<managingEditor>[email protected] (John Doe)</managingEditor>
Expand Down Expand Up @@ -106,7 +106,7 @@ Deno.test("Atom Feed Generation", () => {
<subtitle>A simple Atom feed example</subtitle>
<link rel="alternate" href="http://example.com/atom-feed"/>
<updated>2024-10-19T15:12:56.000Z</updated>
<generator>Feed for Deno</generator>
<generator>@feed/feed on JSR.io</generator>
<author>
<name>John Doe</name>
<uri>https://example.org</uri>
Expand Down

0 comments on commit 90fba5f

Please sign in to comment.