Skip to content

Commit 846d5f3

Browse files
Claudio-Emmologithub-actions[bot]
authored andcommitted
Fix styling
1 parent e7dd69f commit 846d5f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/AdsPostParserTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
$content = (new AdsPostParser($this->contentOnlyParagraphs))->appendAdvertising();
6767

6868
expect($content)
69-
->toContain("<p>Paragraph1</p><div>--- YOUR AD1 HERE ---</div>")
70-
->toContain("<p>Paragraph4</p><div>--- YOUR AD2 HERE ---</div>");
69+
->toContain('<p>Paragraph1</p><div>--- YOUR AD1 HERE ---</div>')
70+
->toContain('<p>Paragraph4</p><div>--- YOUR AD2 HERE ---</div>');
7171
});
7272

7373
it('can append first and second advertising', function () {

0 commit comments

Comments
 (0)