Skip to content

Commit

Permalink
Modified DeviceTest
Browse files Browse the repository at this point in the history
  • Loading branch information
kodjunkie committed Aug 23, 2022
1 parent e1b7434 commit d84f7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Endpoints/DeviceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit d84f7ec

Please sign in to comment.