File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Adapter/MSTest.TestAdapter
test/UnitTests/MSTest.Engine.UnitTests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ internal static class Constants
5050 /// <summary>
5151 /// The name of test run parameters node in the runsettings.
5252 /// </summary>
53- internal const string TestRunParametersName = "TestRunParameters11111 " ;
53+ internal const string TestRunParametersName = "TestRunParameters " ;
5454
5555 /// <summary>
5656 /// The executor uri for this adapter.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ namespace Microsoft.Testing.Framework.UnitTests;
1010public class DataRowTests
1111{
1212 [ DataRow ( 1 , 2 ) ]
13- [ DataRow ( 1000000 , 3 ) ]
13+ [ DataRow ( 2 , 3 ) ]
1414 [ TestMethod ]
1515 public void DataRowDataAreConsumed ( int expected , int actualPlus1 )
1616 => Assert . AreEqual ( expected , actualPlus1 - 1 ) ;
You can’t perform that action at this time.
0 commit comments