Skip to content

Commit 820e255

Browse files
committed
nit
1 parent ea9508e commit 820e255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public void SkipAutoPropsInRecords(bool skipAutoProps)
5050
TestInstrumentationHelper.GetCoverageResult(path)
5151
.Document("Instrumentation.Records.cs")
5252
.AssertLinesCoveredFromTo(BuildConfiguration.Debug, 7, 13)
53-
.AssertLinesCovered(BuildConfiguration.Release, (8, 1), (10, 1), (11, 1), (12, 1), (13, 1));
53+
.AssertLinesCovered(BuildConfiguration.Release, (8, 1), (10, 1), (11, 1), (12, 2), (13, 3));
5454
}
5555
}
5656
finally

0 commit comments

Comments
 (0)