fix unit tests

This commit is contained in:
ArnabChatterjee20k
2026-04-15 17:49:33 +05:30
parent 6d9b787816
commit 6ba810a4da
+1 -1
View File
@@ -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);