From 6cbe16bbb1f9bc0997e3518afa97dfdbf38c9019 Mon Sep 17 00:00:00 2001 From: Tim Carr Date: Wed, 30 Oct 2024 14:48:09 +0800 Subject: [PATCH] Coding standards --- tests/wpunit/BroadcastsImportTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/wpunit/BroadcastsImportTest.php b/tests/wpunit/BroadcastsImportTest.php index eb80757d..d6c2d5ad 100644 --- a/tests/wpunit/BroadcastsImportTest.php +++ b/tests/wpunit/BroadcastsImportTest.php @@ -321,7 +321,7 @@ private function assertImportValid($post) $this->assertStringContainsString('post_content); $this->assertStringContainsString('A Sample Caption', $post->post_content); $this->assertStringContainsString('', $post->post_content); - + // Confirm unsubscribe link section has been removed. $this->assertStringNotContainsString('
post_content);