1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00

fix updated test case to check if expire is valid iso string or not

This commit is contained in:
Prateek Banga 2023-06-02 15:15:06 +05:30
parent 1475497ffb
commit 5dc65ea374

View file

@ -308,8 +308,7 @@ trait AccountBase
$this->assertEquals(true, $response['body']['sessions'][0]['current']);
$this->assertEquals(true, $response['body']['sessions'][0]['expire']);
$this->assertNotFalse(\DateTime::createFromFormat('Y-m-d\TH:i:s.uP', $response['body']['sessions'][0]['expire']));
/**
* Test for FAILURE
*/