Skip to content

Commit

Permalink
Update compatibility-test/tests/cs/test_coverall.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Martynas Gurskas <gurmart@gmail.com>
Signed-off-by: Kristupas Antanavicius <antanaviciuskristupas@gmail.com>
  • Loading branch information
arg0d and Lipt0nas committed Nov 21, 2023
1 parent fab9f0a commit 6b7c48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compatibility-test/tests/cs/test_coverall.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public void TestArcs() {
Assert.Throws<PanicException>(() => 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());
Expand Down

0 comments on commit 6b7c48d

Please sign in to comment.