fix in syntax after merge

Signed-off-by: berg <mail@bergmania.dk>
This commit is contained in:
berg
2020-09-18 09:11:16 +02:00
parent a2a5e25713
commit f6f0687bf8

View File

@@ -32,7 +32,7 @@ namespace Umbraco.Tests.Integration.TestServerTest
testHelper.GetLoggingConfiguration(),
builder.Config,
// TODO: Yep that's extremely ugly
(globalSettings, connectionStrings,, umbVersion, ioHelper, logger, profiler, hostingEnv, backOfficeInfo, typeFinder, appCaches, dbProviderFactoryCreator) =>
(globalSettings, connectionStrings, umbVersion, ioHelper, logger, profiler, hostingEnv, backOfficeInfo, typeFinder, appCaches, dbProviderFactoryCreator) =>
{
var runtime = UmbracoIntegrationTest.CreateTestRuntime(
globalSettings,