Skip to content

Commit 3ab0dbe

Browse files
authored
Update CoverageTests.AsyncForeach.cs
1 parent 841d703 commit 3ab0dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/coverlet.core.coverage.tests/Coverage/CoverageTests.AsyncForeach.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public void AsyncForeach()
4444
(14, 1), (15, 1), (17, 13), (18, 5), (19, 5), (20, 5), (21, 5), (22, 5),
4545
(24, 0), (25, 0), (26, 0), (27, 5), (29, 1), (30, 1),
4646
// Sum(IAsyncEnumerable<int>)
47-
(34, 1), (35, 9), (37, 3), (38, 3), (39, 3), (40, 3), (42, 1), (43, 1),
47+
(34, 1), (35, 9), (37, 3), (38, 3), (39, 3), (40, 1), (42, 1), (43, 1),
4848
// SumEmpty()
4949
(47, 1), (48, 1), (50, 3), (51, 0), (52, 0), (53, 0), (55, 1), (56, 1),
5050
// GenericAsyncForeach

0 commit comments

Comments
 (0)