Fix a whole bunch of other errors
This commit is contained in:
@@ -54,7 +54,6 @@ namespace Umbraco.Tests.Integration.Implementations
|
||||
_hostEnvironment = hostEnvironment.Object;
|
||||
|
||||
_hostingLifetime = new AspNetCoreApplicationShutdownRegistry(Mock.Of<IHostApplicationLifetime>());
|
||||
|
||||
Logger = new ConsoleLogger<object>(new MessageTemplates());
|
||||
ProfilingLogger = new ProfilingLogger(new ConsoleLogger<object>(new MessageTemplates()), Profiler);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user