.../Functional/EntityResource/EntityResourceRestTestCoverageTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/rest/tests/src/Functional/EntityResource/EntityResourceRestTestCoverageTest.php b/core/modules/rest/tests/src/Functional/EntityResource/EntityResourceRestTestCoverageTest.php index 8bca855..613d327 100644 --- a/core/modules/rest/tests/src/Functional/EntityResource/EntityResourceRestTestCoverageTest.php +++ b/core/modules/rest/tests/src/Functional/EntityResource/EntityResourceRestTestCoverageTest.php @@ -124,7 +124,7 @@ public function testEntityTypeRestTestCoverage() { $problems = []; } elseif ($problems === []) { - $this->fail('Drupal\file\Entity\File now supports REST test coverage. We need remove @todo with work-around for pass it.'); + $this->fail('Drupal\file\Entity\File now supports REST test coverage. The work-around for it to pass until that test coverage was added should now be removed.'); } $this->assertSame([], $problems, $this->getLlamaMessage($good, $all)); }