Skip to content

Commit

Permalink
Fix one more dynamic data test
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 committed Dec 20, 2024
1 parent 49f9c1f commit 5e0e426
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using System.Collections.Immutable;
using System.Diagnostics;

using Microsoft.MSTestV2.CLIAutomation;
using Microsoft.VisualStudio.TestPlatform.ObjectModel;
Expand Down Expand Up @@ -59,9 +60,9 @@ public void ExecuteDynamicDataTests()
"MethodWithOverload (\"2\",1)",
"MethodWithOverload (1,\"0\")",
"MethodWithOverload (2,\"2\")",
"DynamicDataTest_SimpleCollection(0)",
"DynamicDataTest_SimpleCollection(2)",
"DynamicDataTest_SimpleCollection(4)");
"DynamicDataTest_SimpleCollection (0)",
"DynamicDataTest_SimpleCollection (2)",
"DynamicDataTest_SimpleCollection (4)");

VerifyE2E.FailedTestCount(testResults, 0);
}
Expand Down

0 comments on commit 5e0e426

Please sign in to comment.