1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-02-23 14:30:49 +00:00

Fixed RssParser test. (#80)

This commit is contained in:
Qstick 2017-08-31 22:05:51 -04:00 committed by GitHub
parent d4b4324dab
commit c0e922e4a2

View file

@ -287,9 +287,7 @@ public void should_reject_recent_feed_without_pubDate(string rssXmlFile)
var ex = Assert.Throws<UnsupportedFeedException>(() => Subject.Detect(_indexerSettings));
ex.Message.Should().Contain("Empty feed");
ExceptionVerification.ExpectedErrors(1);
ex.Message.Should().Contain("Rss feed must have a pubDate");
}
[TestCase("Torrentleech/Torrentleech.xml")]