Skip to content

Commit 111ea53

Browse files
committed
AC-5984::Fixed failing testcase in category.php
1 parent c2eb708 commit 111ea53

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogGraphQl

1 file changed

+1
-1
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogGraphQl/CategoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function testCheckCategoryUidAsAggregation(): void
2424
$query = $this->getSearchQueryWithSCategoryUID();
2525
$response = $this->graphQlQuery($query);
2626
$this->assertNotEmpty($response['products']);
27-
$this->assertEquals(2, count($response['products']['aggregations']));
27+
$this->assertEquals(1, count($response['products']['aggregations']));
2828
$this->assertNotEmpty($response['products']['aggregations']);
2929
$this->assertEquals('price', $response['products']['aggregations'][0]['attribute_code']);
3030
}

0 commit comments

Comments
 (0)