Skip to content

Commit

Permalink
Coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
n7studios committed Oct 30, 2024
1 parent 3277efb commit 6cbe16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/wpunit/BroadcastsImportTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ private function assertImportValid($post)
$this->assertStringContainsString('<figcaption', $post->post_content);
$this->assertStringContainsString('A Sample Caption</figcaption>', $post->post_content);
$this->assertStringContainsString('</figure>', $post->post_content);

// Confirm unsubscribe link section has been removed.
$this->assertStringNotContainsString('<div class="ck-section ck-hide-in-public-posts"', $post->post_content);

Expand Down

0 comments on commit 6cbe16b

Please sign in to comment.