Skip to content

Commit edb8ac1

Browse files
chore
1 parent 9582ed4 commit edb8ac1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

framework/core/tests/integration/api/discussions/CreateTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function cannot_create_discussion_without_content_property()
7878
(new Extend\Formatter)
7979
->unparse(function ($content) {
8080
return $content;
81-
})
81+
}),
8282

8383
(new Extend\Event())
8484
->listen(\Flarum\Post\Event\Saving::class, function ($event) {
@@ -124,7 +124,7 @@ public function cannot_create_discussion_with_content_set_to_null()
124124
(new Extend\Formatter)
125125
->unparse(function ($content) {
126126
return $content;
127-
})
127+
}),
128128

129129
(new Extend\Event())
130130
->listen(\Flarum\Post\Event\Saving::class, function ($event) {

0 commit comments

Comments
 (0)