mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 05:44:50 +00:00
fixup tests
local build not working, need to work out why - it's to do with a nuget restore
This commit is contained in:
parent
0a6b0ee959
commit
c8faab9928
1 changed files with 2 additions and 2 deletions
|
@ -128,7 +128,7 @@ public async Task should_return_downloaded_reports()
|
|||
|
||||
[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 @@ public async void should_return_all_downloaded_reports()
|
|||
|
||||
[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…
Reference in a new issue