There was an error while loading. Please reload this page.
1 parent 86f1c16 commit edb9dd9Copy full SHA for edb9dd9
test/Microsoft.ML.AutoML.Tests/AutoFitTests.cs
@@ -418,7 +418,7 @@ public void AutoFitMaxExperimentTimeTest()
418
419
420
Assert.True(containsMessage,
421
- $"Iteration {iteration} - Did not obtain '{expectedExceptionMessage}' error." +
+ $"Did not obtain '{expectedExceptionMessage}' error." +
422
$"Obtained unexpected error of type {lastException.GetType()} with message: {lastException.Message}");
423
424
// Ensure that the best found model can still run after maximum experiment time was reached.
0 commit comments