1
0
Fork 0
mirror of synced 2024-07-06 15:11:21 +12:00

fix error

This commit is contained in:
Damodar Lohani 2023-02-21 05:18:41 +00:00
parent 6b6f9edbd6
commit 0b07fb2060

View file

@ -272,7 +272,7 @@ trait TeamsBaseClient
$this->assertNotEmpty($response['body']['teamId']);
$this->assertNotEmpty($response['body']['teamName']);
$this->assertCount(2, $response['body']['roles']);
$this->assertEquals(false, DateTime::isValid($response['body']['joined'])); // is null in DB
$this->assertEquals(false, (new DateTimeValidator())->isValid($response['body']['joined'])); // is null in DB
$this->assertEquals(false, $response['body']['confirm']);
$lastEmail = $this->getLastEmail();