mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Project Test name updated to 'Project Test'
This commit is contained in:
@@ -539,7 +539,7 @@ class ProjectsConsoleClientTest extends Scope
|
||||
|
||||
$project = $list['body']['projects'][0];
|
||||
|
||||
$this->assertEquals('Original Project', $project['name']);
|
||||
$this->assertEquals('Project Test', $project['name']);
|
||||
$this->assertArrayHasKey('$id', $project);
|
||||
$this->assertArrayHasKey('$createdAt', $project);
|
||||
$this->assertArrayHasKey('$updatedAt', $project);
|
||||
|
||||
Reference in New Issue
Block a user