mirror of
https://github.com/Sonarr/Sonarr
synced 2026-05-08 13:01:10 +02:00
Fix broken test
This commit is contained in:
parent
b70ef368db
commit
6378e7afef
1 changed files with 1 additions and 1 deletions
|
|
@ -284,7 +284,7 @@ public void should_reject_recent_feed_without_pubDate(string rssXmlFile)
|
|||
|
||||
var ex = Assert.Throws<UnsupportedFeedException>(() => Subject.Detect(_indexerSettings));
|
||||
|
||||
ex.Message.Should().Contain("Rss feed must have a pubDate");
|
||||
ex.Message.Should().Contain("RSS feed must have a pubDate");
|
||||
}
|
||||
|
||||
[TestCase("Torrentleech/Torrentleech.xml")]
|
||||
|
|
|
|||
Loading…
Reference in a new issue