Skip to content

Commit 00c1de2

Browse files
committed
Use constant for key
1 parent 408ec71 commit 00c1de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests/Data/ProcessedCodeCoverageDataMapperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function testToJson(): void
2323

2424
$this->assertEquals(
2525
$coverage->lineCoverage(),
26-
$decodedJson['line_coverage'],
26+
$decodedJson[ProcessedCodeCoverageDataMapper::KEY_LINE_COVERAGE],
2727
);
2828
}
2929

0 commit comments

Comments
 (0)