From 6b7c48d61e2499e342c926192c6157f2f521fcf3 Mon Sep 17 00:00:00 2001 From: Kristupas Antanavicius Date: Thu, 16 Nov 2023 16:18:03 +0200 Subject: [PATCH] Update compatibility-test/tests/cs/test_coverall.cs Co-authored-by: Martynas Gurskas Signed-off-by: Kristupas Antanavicius --- compatibility-test/tests/cs/test_coverall.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compatibility-test/tests/cs/test_coverall.cs b/compatibility-test/tests/cs/test_coverall.cs index 08fc515..d775056 100644 --- a/compatibility-test/tests/cs/test_coverall.cs +++ b/compatibility-test/tests/cs/test_coverall.cs @@ -72,7 +72,7 @@ public void TestArcs() { Assert.Throws(() => coveralls.FalliblePanic("Expected panic in a fallible function!")); coveralls.TakeOther(null); - Assert.Equal(2UL, coveralls.StrongCount()); + Assert.Equal(2UL, coveralls.StrongCount()); } Assert.Equal(0UL, CoverallMethods.GetNumAlive());