Skip to content

Commit

Permalink
Fix one more dynamic data test (#4400)
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 authored Dec 20, 2024
1 parent 1c4e496 commit c9ab615
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using System.Collections.Immutable;
Expand Down Expand Up @@ -59,9 +59,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 c9ab615

Please sign in to comment.