diff --git a/tests/phpunit/tests/privacy/wpPrivacyGeneratePersonalDataExportFile.php b/tests/phpunit/tests/privacy/wpPrivacyGeneratePersonalDataExportFile.php index c65c993bed..36f7945180 100644 --- a/tests/phpunit/tests/privacy/wpPrivacyGeneratePersonalDataExportFile.php +++ b/tests/phpunit/tests/privacy/wpPrivacyGeneratePersonalDataExportFile.php @@ -320,7 +320,7 @@ class Tests_Privacy_WpPrivacyGeneratePersonalDataExportFile extends WP_UnitTestC $request = wp_get_user_request( self::$export_request_id ); $this->assertNotContains( '
', $report_contents ); - $this->assertNotContains( '
', $report_contents ); + $this->assertNotContains( '
', $report_contents ); $this->assertContains( $request->email, $report_contents ); } @@ -396,7 +396,7 @@ class Tests_Privacy_WpPrivacyGeneratePersonalDataExportFile extends WP_UnitTestC $this->assertContains( '
', $report_contents ); $this->assertContains( '

User

', $report_contents ); - $this->assertContains( '
', $report_contents ); + $this->assertContains( '
', $report_contents ); $this->assertContains( $request->email, $report_contents ); }