diff --git a/RelhaxModpack/RelhaxUnitTests/Set05_AutomationUnitTests.cs b/RelhaxModpack/RelhaxUnitTests/Set05_AutomationUnitTests.cs index 0c89a5e4..312b2527 100644 --- a/RelhaxModpack/RelhaxUnitTests/Set05_AutomationUnitTests.cs +++ b/RelhaxModpack/RelhaxUnitTests/Set05_AutomationUnitTests.cs @@ -29,10 +29,10 @@ public class Set05_AutomationUnitTests DumpShellEnvironmentVarsPerSequenceRun = false, LocalRunnerDatabaseRoot = string.Empty, OpenLogWindowOnStartup = true, - SequenceDebugMode = false, + SuppressDebugMessagesInLogWindow = false, UseLocalRunnerDatabase = false, WoTClientInstallLocation = RegistryUtils.AutoFindWoTDirectoryFirst(), - AutomationRunMode = AutomationRunMode.Interactive + AutomationRunMode = AutomationRunMode.Sequence }; ModpackSettings ModpackSettings = new ModpackSettings()