1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Fixed broken tests

This commit is contained in:
kay.one
2011-11-07 23:01:52 -08:00
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()
{