diff --git a/core/modules/system/src/Tests/Theme/TableTest.php b/core/modules/system/src/Tests/Theme/TableTest.php index 9117de9..6d54d03 100644 --- a/core/modules/system/src/Tests/Theme/TableTest.php +++ b/core/modules/system/src/Tests/Theme/TableTest.php @@ -305,7 +305,7 @@ public function testThemeTableRowRenderArray() { ); $this->render($table); $this->removeWhiteSpace(); - $this->assertRaw('1-one1-two1-three', 'Table row 1 found.'); - $this->assertRaw('2-one2-two2-three', 'Table row 2 found.'); + $this->assertRaw('1-one1-two1-three', 'Table row 1 found.'); + $this->assertRaw('2-one2-two2-three', 'Table row 2 found.'); } }