Skip to content

Commit

Permalink
Fix assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
bcrowe committed Aug 15, 2015
1 parent 19438fa commit 6174cbb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/ApiPaginationComponentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ public function testInit()
'visible' => []
];

$this->assertSame($expected, $controller->ApiPagination->config());
$result = $controller->ApiPagination->config();

$this->assertSame($expected, $result);
}
}

0 comments on commit 6174cbb

Please sign in to comment.