Skip to content

Commit d63a35b

Browse files
committed
Merge remote-tracking branch 'origin/develop' into AC-13306
2 parents 64adbe1 + 7924a2d commit d63a35b

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

InventoryVisualMerchandiser/Test/Integration/Model/Category/ProductsTest.php

+18-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11
<?php
2-
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
2+
/************************************************************************
3+
*
4+
* ADOBE CONFIDENTIAL
5+
* ___________________
6+
*
7+
* Copyright 2020 Adobe
8+
* All Rights Reserved.
9+
*
10+
* NOTICE: All information contained herein is, and remains
11+
* the property of Adobe and its suppliers, if any. The intellectual
12+
* and technical concepts contained herein are proprietary to Adobe
13+
* and its suppliers and are protected by all applicable intellectual
14+
* property laws, including trade secret and copyright laws.
15+
* Dissemination of this information or reproduction of this material
16+
* is strictly forbidden unless prior written permission is obtained
17+
* from Adobe.
18+
* ************************************************************************
519
*/
620
declare(strict_types=1);
721

@@ -141,7 +155,7 @@ public function testOutStockBottomCategorySorting(): void
141155
$this->markTestSkipped('VisualMerchandiser module is absent');
142156
}
143157

144-
$expectedOrderBy = ['is_in_stock', Select::SQL_DESC];
158+
$expectedOrderBy = ['stock', Select::SQL_DESC];
145159

146160
$storeCode = 'default';
147161
$this->storeManager->setCurrentStore($storeCode);

0 commit comments

Comments
 (0)