summaryrefslogtreecommitdiff
path: root/core/tests/ORM_MPTT_Test.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/tests/ORM_MPTT_Test.php')
-rw-r--r--core/tests/ORM_MPTT_Test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tests/ORM_MPTT_Test.php b/core/tests/ORM_MPTT_Test.php
index 208c199f..a543c1cd 100644
--- a/core/tests/ORM_MPTT_Test.php
+++ b/core/tests/ORM_MPTT_Test.php
@@ -50,7 +50,7 @@ class ORM_MPTT_Test extends Unit_Test_Case {
foreach ($inner->parents() as $parent) {
$parent_ids[] = $parent->id;
}
- $this->assert_equal(array(1, $outer->id, $inner->id), $parent_ids);
+ $this->assert_equal(array(1, $outer->id), $parent_ids);
}
public function children_test() {