mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fix comments
This commit is contained in:
@@ -62,7 +62,6 @@ trait TeamsBaseServer
|
||||
$this->assertNotEmpty($response['body']['teamId']);
|
||||
$this->assertCount(2, $response['body']['roles']);
|
||||
$this->assertEquals(true, DateTime::isValid($response['body']['joined']));
|
||||
$this->assertGreaterThan('2020-07-07 07:58:44', DateTime::now());
|
||||
$this->assertEquals(true, $response['body']['confirm']);
|
||||
|
||||
$userUid = $response['body']['userId'];
|
||||
|
||||
@@ -861,7 +861,7 @@ trait WebhooksBase
|
||||
$this->assertNotEmpty($webhook['data']['userId']);
|
||||
$this->assertNotEmpty($webhook['data']['teamId']);
|
||||
$this->assertCount(2, $webhook['data']['roles']);
|
||||
$this->assertEquals(false, DateTime::isValid($webhook['data']['invited']));
|
||||
$this->assertEquals(true, DateTime::isValid($webhook['data']['invited']));
|
||||
$this->assertEquals(('server' === $this->getSide()), $webhook['data']['confirm']);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user