mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix unit tests
This commit is contained in:
@@ -116,7 +116,7 @@ class EventTest extends TestCase
|
||||
'rowId' => 'prolog',
|
||||
]);
|
||||
|
||||
$this->assertCount(22, $event);
|
||||
$this->assertCount(42, $event);
|
||||
$this->assertContains('databases.chaptersDB.tables.chapters.rows.prolog.create', $event);
|
||||
$this->assertContains('databases.chaptersDB.tables.chapters.rows.prolog', $event);
|
||||
$this->assertContains('databases.chaptersDB.tables.chapters.rows.*.create', $event);
|
||||
|
||||
Reference in New Issue
Block a user