mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fixed test
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user