Skip to content

Commit 67b249f

Browse files
committed
fix
1 parent 6d7c39c commit 67b249f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,14 +179,14 @@ public void SkipRecordWithAutoPropsPrimaryConstructor(bool skipAutoProps)
179179
TestInstrumentationHelper.GetCoverageResult(path)
180180
.Document("Instrumentation.AutoProps.cs")
181181
.AssertLinesCoveredFromTo(BuildConfiguration.Debug, 50, 50)
182-
.AssertLinesCoveredFromTo(BuildConfiguration.Release, 36, 36);
182+
.AssertLinesCoveredFromTo(BuildConfiguration.Release, 50, 50);
183183
}
184184
else
185185
{
186186
TestInstrumentationHelper.GetCoverageResult(path)
187187
.Document("Instrumentation.AutoProps.cs")
188188
.AssertLinesCoveredFromTo(BuildConfiguration.Debug, 50, 50)
189-
.AssertLinesCoveredFromTo(BuildConfiguration.Release, 36, 36);
189+
.AssertLinesCoveredFromTo(BuildConfiguration.Release, 50, 50);
190190
}
191191
}
192192
finally

0 commit comments

Comments
 (0)