1
0
Fork 0
mirror of synced 2024-06-17 02:04:56 +12:00

Fixed test

This commit is contained in:
Eldad Fux 2020-06-08 12:03:08 +03:00
parent 38fae2bd87
commit 4f62cdc6de

View file

@ -232,7 +232,7 @@ trait TeamsBaseClient
], $this->getHeaders()));
$this->assertEquals(200, $response['headers']['status-code']);
$this->assertCount(1, $response['body']);
$this->assertCount(1, $response['body']['memberships']);
var_dump($response);