Skip to content

Commit

Permalink
Update TestSetup.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Molinero authored Mar 24, 2023
1 parent e5ac3c8 commit 6533369
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion QuantConnect.TemplateBrokerage.Tests/TestSetup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ private static void SetUp()
Log.LogHandler = new CompositeLogHandler();
Log.Trace("TestSetup(): starting...");
ReloadConfiguration();
Log.DebuggingEnabled = Config.GetBool("debug-mode");
}

private static TestCaseData[] TestParameters
Expand All @@ -74,4 +75,4 @@ private static TestCaseData[] TestParameters
}
}
}
}
}

0 comments on commit 6533369

Please sign in to comment.