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

chore: fix indentation

This commit is contained in:
Bishwajeet Parhi 2023-06-23 15:59:23 +05:30
parent e98e1db046
commit ed8bdc66c8

View file

@ -653,9 +653,9 @@ class DatabasesCustomServerTest extends Scope
]);
/**
* Check Status of every Attribute
*/
/**
* Check status of every attribute
*/
$this->assertEquals(202, $firstName['headers']['status-code']);
$this->assertEquals('firstName', $firstName['body']['key']);
$this->assertEquals('string', $firstName['body']['type']);