mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 22:07:07 -04: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 @@ namespace NzbDrone.Core.Test.IndexerTests.TorrentRssIndexerTests
|
|||
|
||||
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…
Add table
Add a link
Reference in a new issue