mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-01 16:06:24 +02: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