Skip to content

Commit

Permalink
Fix DynamicDataTests (#4399)
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 authored Dec 20, 2024
1 parent 49f9c1f commit 1c4e496
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,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)");

ValidateFailedTestsCount(0);
}
Expand Down

0 comments on commit 1c4e496

Please sign in to comment.