Skip to content

Commit

Permalink
Code review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yaeldMS committed Mar 18, 2019
1 parent 0c5d7c8 commit 2023059
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/Microsoft.ML.Functional.Tests/SchemaDefinitionTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@

namespace Microsoft.ML.Functional.Tests
{
public class PredictionEngineScenarios : BaseTestClass
public class SchemaDefinitionTests : BaseTestClass
{
private MLContext _ml;

public PredictionEngineScenarios(ITestOutputHelper output) : base(output)
public SchemaDefinitionTests(ITestOutputHelper output) : base(output)
{
}

Expand All @@ -26,7 +26,6 @@ protected override void Initialize()
base.Initialize();

_ml = new MLContext(42);
_ml.AddStandardComponents();
}

[Fact]
Expand Down

0 comments on commit 2023059

Please sign in to comment.