mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
fixed app not responding to anything but localhost
disabled startup update check
This commit is contained in:
parent
b010c8d5a1
commit
c122502634
3 changed files with 6 additions and 7 deletions
|
@ -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) });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue