mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
formatting
This commit is contained in:
parent
64d1d78d84
commit
e82003873a
1 changed files with 1 additions and 1 deletions
|
|
@ -466,7 +466,7 @@ trait DatabasesBase
|
|||
'required' => true,
|
||||
'default' => null,
|
||||
]);
|
||||
var_dump($attribute);
|
||||
var_dump($attribute);
|
||||
$this->assertEquals(400, $attribute['headers']['status-code']);
|
||||
$this->assertStringContainsString('Index length is longer than the maximum: 76', $attribute['body']['message']);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue