Skip to content

Commit edb9dd9

Browse files
committed
Fixed nit
1 parent 86f1c16 commit edb9dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.ML.AutoML.Tests/AutoFitTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ public void AutoFitMaxExperimentTimeTest()
418418

419419

420420
Assert.True(containsMessage,
421-
$"Iteration {iteration} - Did not obtain '{expectedExceptionMessage}' error." +
421+
$"Did not obtain '{expectedExceptionMessage}' error." +
422422
$"Obtained unexpected error of type {lastException.GetType()} with message: {lastException.Message}");
423423

424424
// Ensure that the best found model can still run after maximum experiment time was reached.

0 commit comments

Comments
 (0)