diff --git a/test/rss_test.dart b/test/rss_test.dart index 4fd76c2..2ec09b9 100644 --- a/test/rss_test.dart +++ b/test/rss_test.dart @@ -21,6 +21,7 @@ void main() { expect(feed.title, "News - Foo bar News"); expect(feed.description, "Foo bar News and Updates feed provided by Foo bar, Inc."); expect(feed.link, "https://foo.bar.news/"); + expect(feed.author, "hello@world.net"); expect(feed.language, "en-US"); expect(feed.lastBuildDate, "Mon, 26 Mar 2018 14:00:00 PDT"); expect(feed.generator, "Custom"); diff --git a/test/xml/RSS.xml b/test/xml/RSS.xml index b4c38f4..07d80ae 100644 --- a/test/xml/RSS.xml +++ b/test/xml/RSS.xml @@ -5,6 +5,7 @@ News - Foo bar News https://foo.bar.news/ + hello@world.net Foo bar News and Updates feed provided by Foo bar, Inc. https://foo.bar.news/logo.gif