Fix broken test

pull/4742/head
Qstick 3 years ago committed by GitHub
parent b70ef368db
commit 6378e7afef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save