Skip to content

Commit

Permalink
chore: CollectionStatsQueryTest tweaked for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kidunot89 committed Sep 23, 2023
1 parent 2a80287 commit f604a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/wpunit/CollectionStatsQueryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function testCollectionStatsQuery() {
'collectionStats.attributeCounts',
[
$this->expectedField('slug', 'PA_COLOR' ),
$this->expectedField('label', 'Product color' ),
$this->expectedField('label', 'color' ),
$this->expectedField('name', 'color' ),
$this->expectedNode(
'terms',
Expand Down

0 comments on commit f604a47

Please sign in to comment.