File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/coverlet.core.coverage.tests/Coverage Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,14 +179,14 @@ public void SkipRecordWithAutoPropsPrimaryConstructor(bool skipAutoProps)
179
179
TestInstrumentationHelper . GetCoverageResult ( path )
180
180
. Document ( "Instrumentation.AutoProps.cs" )
181
181
. AssertLinesCoveredFromTo ( BuildConfiguration . Debug , 50 , 50 )
182
- . AssertLinesCoveredFromTo ( BuildConfiguration . Release , 36 , 36 ) ;
182
+ . AssertLinesCoveredFromTo ( BuildConfiguration . Release , 50 , 50 ) ;
183
183
}
184
184
else
185
185
{
186
186
TestInstrumentationHelper . GetCoverageResult ( path )
187
187
. Document ( "Instrumentation.AutoProps.cs" )
188
188
. AssertLinesCoveredFromTo ( BuildConfiguration . Debug , 50 , 50 )
189
- . AssertLinesCoveredFromTo ( BuildConfiguration . Release , 36 , 36 ) ;
189
+ . AssertLinesCoveredFromTo ( BuildConfiguration . Release , 50 , 50 ) ;
190
190
}
191
191
}
192
192
finally
You can’t perform that action at this time.
0 commit comments