fixed app not responding to anything but localhost

disabled startup update check
This commit is contained in:
kay.one 2013-05-20 19:41:24 -07:00
commit c122502634
3 changed files with 6 additions and 7 deletions

View file

@ -40,7 +40,7 @@ namespace NzbDrone.Common.Test.EventingTests
}
[Test]
public void should_publish_command_by_with_optional_arg_with_name()
public void should_publish_command_by_with_optional_arg_using_name()
{
Mocker.GetMock<IServiceFactory>().Setup(c => c.GetImplementations(typeof(ICommand)))
.Returns(new List<Type> { typeof(CommandA), typeof(CommandB) });