X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/318b486e0b7601a00dc02bd1adcef22066bfef5d..refs/pull/5785/head:/tests/Entity/CommentStoreTest.php diff --git a/tests/Entity/CommentStoreTest.php b/tests/Entity/CommentStoreTest.php index c5fe4ce50..de093a3a6 100644 --- a/tests/Entity/CommentStoreTest.php +++ b/tests/Entity/CommentStoreTest.php @@ -27,7 +27,6 @@ class CommentStoreTest extends TestCase 'local_id' => 1, 'entity_id' => $page->id, 'entity_type' => Page::newModelInstance()->getMorphClass(), - 'text' => null, 'parent_id' => 2, ]);