diff --git a/tests/unit/Grav/Common/Page/PagesTest.php b/tests/unit/Grav/Common/Page/PagesTest.php index cf99baaa7..1ac1ef9a7 100644 --- a/tests/unit/Grav/Common/Page/PagesTest.php +++ b/tests/unit/Grav/Common/Page/PagesTest.php @@ -229,8 +229,8 @@ class PagesTest extends \Codeception\TestCase\Test { $list = $this->pages->getList(); $this->assertTrue(is_array($list)); - $this->assertSame('Home', $list['/']); - $this->assertSame('Blog', $list['/blog']); + $this->assertSame('—-▸ Home', $list['/']); + $this->assertSame('—-▸ Blog', $list['/blog']); } public function testGetTypes()