mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-23 22:25:14 -04:00
updated fluentassertion
This commit is contained in:
@@ -15,7 +15,7 @@ namespace NzbDrone.Common.Test
|
||||
{
|
||||
var jquery = Subject.DownloadString("http://www.google.com/robots.txt");
|
||||
|
||||
jquery.Should().NotBeBlank();
|
||||
jquery.Should().NotBeNullOrWhiteSpace();
|
||||
jquery.Should().Contain("Sitemap");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user