Skip to content

Commit bce5d7a

Browse files
committed
add test in rss author
1 parent ad5ab80 commit bce5d7a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/rss_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ void main() {
2121
expect(feed.title, "News - Foo bar News");
2222
expect(feed.description, "Foo bar News and Updates feed provided by Foo bar, Inc.");
2323
expect(feed.link, "https://foo.bar.news/");
24+
expect(feed.author, "[email protected]");
2425
expect(feed.language, "en-US");
2526
expect(feed.lastBuildDate, "Mon, 26 Mar 2018 14:00:00 PDT");
2627
expect(feed.generator, "Custom");

test/xml/RSS.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<channel>
66
<title>News - Foo bar News</title>
77
<link>https://foo.bar.news/</link>
8+
<author>[email protected]</author>
89
<description>Foo bar News and Updates feed provided by Foo bar, Inc.</description>
910
<image>
1011
<url>https://foo.bar.news/logo.gif</url>

0 commit comments

Comments
 (0)