diff --git a/tests/Endpoints/DeviceTest.php b/tests/Endpoints/DeviceTest.php index f6bdac2..6071085 100644 --- a/tests/Endpoints/DeviceTest.php +++ b/tests/Endpoints/DeviceTest.php @@ -40,7 +40,7 @@ public function test_it_can_get_all_devices() { $this->client->expects()->get('players', [ 'app_id' => $this->config['app_id'], - 'limit' => 50, + 'limit' => 300, 'offset' => 0 ])->once()->andReturn(true);