diff --git a/tests/Unit/CommonMarkTest.php b/tests/Unit/CommonMarkTest.php index 7fc8241..1c9c1fc 100644 --- a/tests/Unit/CommonMarkTest.php +++ b/tests/Unit/CommonMarkTest.php @@ -173,7 +173,7 @@ public function a_single_tag_will_not_replace_another_tag() { config()->set('markdown.styles.default', [ 'p' => 'p-3', - 'pre' => 'mb-4', + 'pre' => 'mb-4', ]); $toParse = <<<'EOT'