Refactor Fatal with simple message
This commit is contained in:
@@ -55,7 +55,7 @@ namespace Umbraco.Tests.Integration.Implementations
|
||||
|
||||
_hostingLifetime = new AspNetCoreApplicationShutdownRegistry(Mock.Of<IHostApplicationLifetime>());
|
||||
|
||||
Logger = new ProfilingLogger(new ConsoleLogger(new MessageTemplates()), Profiler);
|
||||
Logger = new ProfilingLogger(new ConsoleLogger<object>(new MessageTemplates()), Profiler);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user