Skip to content

Commit bdc418a

Browse files
committed
Build/Test Tools: Fix comment for tax query test.
B !== A (at least in this instance). See #64894. git-svn-id: https://develop.svn.wordpress.org/trunk@62463 602fd350-edb4-49c9-b593-d223f7449a82
1 parent b4ce056 commit bdc418a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/phpunit/tests/query/results.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ public function test_query_tag_a() {
335335
public function test_query_tag_b() {
336336
$posts = $this->q->query( 'tag=tag-b' );
337337

338-
// There are 4 posts with Tag A.
338+
// There are 4 posts with Tag B.
339339
$this->assertCount( 4, $posts );
340340
$this->assertSame( 'tags-b-and-c', $posts[0]->post_name );
341341
$this->assertSame( 'tags-a-and-b', $posts[1]->post_name );

0 commit comments

Comments
 (0)