Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
burhandodhy committed Jun 3, 2022
1 parent 0c230ef commit 3e0813a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/php/indexables/TestTerm.php
Original file line number Diff line number Diff line change
Expand Up @@ -1624,7 +1624,7 @@ public function testMetaWithoutValue() {
)
);
$terms = get_terms( $args );
$this->assertTrue( $terms['elasticsearch_success'] );
$this->assertTrue( $terms[0]->elasticsearch );
$this->assertEquals( 2, count( $terms ) );

}
Expand Down

0 comments on commit 3e0813a

Please sign in to comment.