mirror of
https://github.com/Radarr/Radarr
synced 2025-12-16 13:26:14 +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.GetFiles().Should().NotBeEmpty();
|
||||
}
|
||||
|
||||
[TearDown]
|
||||
public void TearDown()
|
||||
{
|
||||
ExceptionVerification.IgnoreErrors();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue