Skip to content

Commit 6174cbb

Browse files
committed
Fix assertion
1 parent 19438fa commit 6174cbb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/ApiPaginationComponentTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ public function testInit()
5252
'visible' => []
5353
];
5454

55-
$this->assertSame($expected, $controller->ApiPagination->config());
55+
$result = $controller->ApiPagination->config();
56+
57+
$this->assertSame($expected, $result);
5658
}
5759
}

0 commit comments

Comments
 (0)