fixed broken tests.

This commit is contained in:
Keivan Beigi 2013-06-27 17:12:50 -07:00
parent 64df2229d6
commit 02c175950b
3 changed files with 7 additions and 3 deletions

View file

@ -17,7 +17,6 @@ namespace NzbDrone.Common.Test
{
WithTempAsAppPath();
//Reset config file
var configFile = Mocker.Resolve<IAppDirectoryInfo>().GetConfigPath();
if (File.Exists(configFile))