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)
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
You can’t perform that action at this time.
0 commit comments