Skip to content

Commit 05e1a28

Browse files
committed
test fixed
1 parent 167ac89 commit 05e1a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/RepositoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ public function it_can_smart_paginate_if_request_parametert_is_string()
379379

380380
$result = $repository->smartPaginate();
381381

382-
$this->assertEquals(100, $result->perPage());
382+
$this->assertEquals(15, $result->perPage());
383383
}
384384

385385
/** @test */

0 commit comments

Comments
 (0)