fixup tests

local build not working, need to work out why - it's to do with a nuget restore
This commit is contained in:
Robin Dadswell 2024-11-18 17:16:18 +00:00
parent 0a6b0ee959
commit c8faab9928

View file

@ -128,7 +128,7 @@ public async Task should_return_downloaded_reports()
[Test] [Test]
[Ignore("TODO: Fix this test up, fails with profile grabs")] [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)); var remoteMovie1 = GetRemoteMovie(new QualityModel(Quality.HDTV720p), GetMovie(1));
@ -145,7 +145,7 @@ public async void should_return_all_downloaded_reports()
[Test] [Test]
[Ignore("TODO: Fix this test up, fails with profile grabs")] [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( var remoteMovie1 = GetRemoteMovie(
new QualityModel(Quality.HDTV720p), new QualityModel(Quality.HDTV720p),