Skip to content

Commit 9b04cfe

Browse files
committed
* oookay, fixed again the other unit test expected result
1 parent ab52a75 commit 9b04cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Test/Model/WikiModelTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public function testReOrderByIndex(){
128128
// reorder
129129
$wikimodel->reorderPagesByIndex($project['id'], 4, 2, null);
130130
// expected by id
131-
$expectedColumnOrders = [1,4,2,3];
131+
$expectedColumnOrders = [1,3,4,2];
132132

133133
$wikiPages = $wikimodel->getWikiPagesByParentId($project['id'], null);
134134
$this->assertEquals(count($expectedColumnOrders), count($wikiPages), 'expected column order count doesn\'t match pages');

0 commit comments

Comments
 (0)