Skip to content

Commit ce2ac50

Browse files
authored
Fix
1 parent 54b5b27 commit ce2ac50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Combinatorial.MSTest.Tests/SampleUseTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public void Test4([CombinatorialRandomData(Count = 8)] int x)
5151
s_test4Inputs.TryAdd(x, 0);
5252
}
5353

54-
[ClassCleanup(ClassCleanupBehavior.EndOfClass)]
54+
[ClassCleanup]
5555
public static void ClassCleanup()
5656
{
5757
Assert.AreEqual(12, s_test1Inputs.Count);

0 commit comments

Comments
 (0)