fixup tests

local build not working, need to work out why - it's to do with a nuget restore
zeus
Robin Dadswell 3 months ago
parent 0a6b0ee959
commit c8faab9928

@ -128,7 +128,7 @@ namespace NzbDrone.Core.Test.Download.DownloadApprovedReportsTests
[Test]
[Ignore("TODO: Fix this test up, fails with profile grabs")]
public async void should_return_all_downloaded_reports()
public async Task should_return_all_downloaded_reports()
{
var remoteMovie1 = GetRemoteMovie(new QualityModel(Quality.HDTV720p), GetMovie(1));
@ -145,7 +145,7 @@ namespace NzbDrone.Core.Test.Download.DownloadApprovedReportsTests
[Test]
[Ignore("TODO: Fix this test up, fails with profile grabs")]
public async void should_only_return_downloaded_reports()
public async Task should_only_return_downloaded_reports()
{
var remoteMovie1 = GetRemoteMovie(
new QualityModel(Quality.HDTV720p),

Loading…
Cancel
Save