Fix broken test

This commit is contained in:
Qstick 2021-11-04 22:54:55 -05:00 committed by GitHub
parent b70ef368db
commit 6378e7afef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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")]