mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Fixed broken tests
This commit is contained in:
parent
390dfbdee8
commit
b43397752e
5 changed files with 11 additions and 14 deletions
|
@ -11,12 +11,6 @@ namespace NzbDrone.Common.Test
|
|||
{
|
||||
readonly EnviromentProvider enviromentController = new EnviromentProvider();
|
||||
|
||||
[Test]
|
||||
public void Is_user_interactive_should_be_false()
|
||||
{
|
||||
enviromentController.IsUserInteractive.Should().BeTrue();
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void StartupPath_should_not_be_empty()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue