Skip to content

Commit 4a14b0b

Browse files
committed
Remove inline comment which appears in assertion message
1 parent 1ca14da commit 4a14b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/tests/comment/query.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5486,7 +5486,7 @@ public function test_note_type_not_duplicated_in_type__not_in() {
54865486
);
54875487

54885488
$this->assertSameSets( array( $comments['comment'], $comments['pingback'] ), $found );
5489-
$this->assertNotContains( $comments['note'], $found ); // Verify that 'note' doesn't appear twice in the query.
5489+
$this->assertNotContains( $comments['note'], $found );
54905490
$note_count = substr_count( $wpdb->last_query, "'note'" );
54915491
$this->assertSame( 1, $note_count, 'The note type should only appear once in the query' );
54925492
}

0 commit comments

Comments
 (0)