mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-21 16:03:59 +01:00
fixed broken update tests.
This commit is contained in:
parent
5730a67fb3
commit
cbb80714c9
1 changed files with 6 additions and 0 deletions
|
|
@ -150,5 +150,11 @@ public void Should_download_and_extract_to_temp_folder()
|
||||||
updateSubFolder.GetDirectories().Should().HaveCount(1);
|
updateSubFolder.GetDirectories().Should().HaveCount(1);
|
||||||
updateSubFolder.GetFiles().Should().NotBeEmpty();
|
updateSubFolder.GetFiles().Should().NotBeEmpty();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[TearDown]
|
||||||
|
public void TearDown()
|
||||||
|
{
|
||||||
|
ExceptionVerification.IgnoreErrors();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue