Skip to content

Commit 5fddc7e

Browse files
committed
fix integration test
1 parent 79ce234 commit 5fddc7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Model/CategoryTreeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public function testGetAllChildren()
154154

155155
public function testGetPathIds()
156156
{
157-
$this->assertEquals([''], $this->_model->getPathIds());
157+
$this->assertEquals([], $this->_model->getPathIds());
158158
$this->_model->setPathIds([1]);
159159
$this->assertEquals([1], $this->_model->getPathIds());
160160

0 commit comments

Comments
 (0)