mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07: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 @@ namespace NzbDrone.Core.Test.UpdateTests
|
||||||
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…
Add table
Add a link
Reference in a new issue