Skip to content

Commit 2bb1e65

Browse files
committed
Remove extra space
1 parent 7623f27 commit 2bb1e65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/phpunit/tests/admin/exportWp.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,6 @@ public function test_export_wp_includes_comments_when_not_filtered() {
321321

322322
$xml_obj = $this->get_the_export( array() );
323323
$comment_tags = $xml_obj->xpath( '//wp:comment' );
324-
325324
$this->assertCount( $comment_count, $comment_tags, 'Export should include all comments when not filtered.' );
326325
}
327326
}

0 commit comments

Comments
 (0)