mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-26 22:46:53 -04:00
Enable all analyzers and enforce code style on build
Fixes #8201 Fixes #8202 Fixes #8203 Fixes #8204 Fixes #8205 Fixes #8207 Fixes #8208 Fixes #8209 Fixes #8210 Fixes #8211 Fixes #8212 Fixes #8213 Fixes #8214 Fixes #8215 Closes #8216 Fixes #8217 Closes #8218 Fixes #8219 Closes #8220
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests.FreeboxDownloadTests
|
||||
|
||||
Mocker.GetMock<IHttpClient>()
|
||||
.Setup(s => s.Get(It.IsAny<HttpRequest>()))
|
||||
.Returns<HttpRequest>(r => new HttpResponse(r, new HttpHeader(), new byte[0]));
|
||||
.Returns<HttpRequest>(r => new HttpResponse(r, new HttpHeader(), Array.Empty<byte>()));
|
||||
}
|
||||
|
||||
protected void GivenCategory()
|
||||
|
||||
Reference in New Issue
Block a user