fixed some broken tests.

This commit is contained in:
Keivan Beigi 2013-02-18 17:57:08 -08:00
commit 324b5e3b80
19 changed files with 95 additions and 135 deletions

View file

@ -125,7 +125,7 @@ namespace NzbDrone.Update.Test
Mocker.Resolve<UpdateProvider>().Start(TARGET_FOLDER);
//Assert
Mocker.GetMock<HostController>().Verify(c => c.StopServer(), Times.Once());
Mocker.GetMock<IHostController>().Verify(c => c.StopServer(), Times.Once());
}
[Test]