Skip to content

Commit 1d758fd

Browse files
committed
1.3.3 Release
1 parent 94e6ba8 commit 1d758fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Test/Integration/Block/MegaMenuTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ public function testGetCategories()
5252

5353
$this->assertCount(2, $categories);
5454

55-
$this->assertEquals('Level 1', $categories[0]->getName());
55+
$this->assertEquals('Level 1', $categories[17]->getName());
5656
// TODO Fix test to properly load only the specific children, caused by change in child loading method
5757
// $this->assertCount(1, $categories[0]->getChildren());
5858
// $this->assertEquals('Level 2', $categories[0]->getChildren()[0]->getName());
5959

60-
$this->assertEquals('Level 1-a', $categories[1]->getName());
60+
$this->assertEquals('Level 1-a', $categories[19]->getName());
6161
// TODO Fix test to properly load only the specific children, caused by change in child loading method
6262
// $this->assertCount(1, $categories[1]->getChildren());
6363
// $this->assertEquals('Level 2-a', $categories[1]->getChildren()[0]->getName());

0 commit comments

Comments
 (0)