Skip to content

Commit ed6e8b3

Browse files
committed
Fix a test
1 parent 8c0dd58 commit ed6e8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.ML.Core.Tests/UnitTests/TestEntryPoints.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2440,7 +2440,7 @@ public void TestInputBuilderBasicArgs()
24402440
""Source"": ""B""
24412441
}
24422442
],
2443-
""MaxTrainingExamples"": 1000,
2443+
""MaximumExampleCount"": 1000,
24442444
""Data"": ""$data""
24452445
}";
24462446
expected = FixWhitespace(expected);

0 commit comments

Comments
 (0)