fixed some broken tests.

This commit is contained in:
kay.one 2013-01-19 10:19:29 -08:00
commit edf7cc678d
13 changed files with 185 additions and 259 deletions

View file

@ -18,7 +18,7 @@ namespace NzbDrone.Core
public static class ContainerExtentions
{
private static Logger _logger = LogManager.GetLogger("ServiceRegistration");
private static readonly Logger _logger = LogManager.GetLogger("ServiceRegistration");
public static void RegisterCoreServices(this ContainerBuilder container)
{