1
0
Fork 0
mirror of synced 2024-06-03 11:24:48 +12:00

Fixed teams test

This commit is contained in:
Eldad Fux 2020-07-08 16:02:01 +03:00
parent f02d37b3d9
commit a3f23b93ef

View file

@ -115,7 +115,7 @@ trait TeamsBase
$this->assertEquals(200, $response['headers']['status-code']);
$this->assertGreaterThan(0, $response['body']['sum']);
$this->assertIsInt($response['body']['sum']);
$this->assertCount(3, $response['body']['teams']);
$this->assertGreaterThan(2, count($response['body']['teams']));
$response = $this->client->call(Client::METHOD_GET, '/teams', array_merge([
'content-type' => 'application/json',