updated fluentassertion

This commit is contained in:
kayone
2014-08-24 18:28:41 -07:00
parent 7b2b4794c7
commit 4c8f3724a2
33 changed files with 113 additions and 73 deletions
@@ -144,7 +144,7 @@ namespace NzbDrone.Integration.Test.Client
AssertDisableCache(response.Headers);
response.ErrorMessage.Should().BeBlank();
response.ErrorMessage.Should().BeNullOrWhiteSpace();
response.StatusCode.Should().Be(statusCode);