Skip to content

Commit 2b78fbf

Browse files
committed
GraphQL-727: currentPage: 0, currentPage: 1 and currentPage: -1 produces the same output for products query when filtering is used
1 parent fcf2991 commit 2b78fbf

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/SetShippingAddressOnCartTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -664,8 +664,7 @@ private function getHeaderMap(string $username = 'customer@example.com', string
664664
private function assignQuoteToCustomer(
665665
string $reservedOrderId = 'test_order_with_simple_product_without_address',
666666
int $customerId = 1
667-
): string
668-
{
667+
): string {
669668
$quote = $this->quoteFactory->create();
670669
$this->quoteResource->load($quote, $reservedOrderId, 'reserved_order_id');
671670
$quote->setCustomerId($customerId);

0 commit comments

Comments
 (0)