Skip to content

Commit

Permalink
Add a space in a unit test. I'd really prefer to just compare nodes!
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Dec 19, 2024
1 parent 409c010 commit 58f4cb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function test_entity_reader() {
'post_id' => 1,
'content' => $this->normalize_markup(<<<HTML
<!-- wp:heading {"level":1} -->
<h1>It is our pleasure to announce that WordPress 6.8 was released</h1>
<h1>It is our pleasure to announce that WordPress 6.8 was released </h1>
<!-- /wp:heading -->
<!-- wp:paragraph -->
Expand Down

0 comments on commit 58f4cb5

Please sign in to comment.