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:
parent
d4b4324dab
commit
c0e922e4a2
1 changed files with 1 additions and 3 deletions
|
@ -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")]
|
||||
|
|
Loading…
Reference in a new issue