Skip to content

Commit 8cea512

Browse files
32460 remove extra new line
1 parent 46fcd2c commit 8cea512

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductSearchTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ public function testUidAndIdUsageErrorOnProductFilteringCategory()
8484
$this->graphQlQuery($query);
8585
}
8686

87-
8887
/**
8988
* Verify that filters category url path and uid can't be used at the same time
9089
*/
@@ -155,7 +154,6 @@ public function testFilterByCategoryUrlPath()
155154
public function testFilterByWrongCategoryUrlPath()
156155
{
157156
$categoryUrlPath = 'test';
158-
159157
$this->expectException(\Exception::class);
160158
$this->expectExceptionMessage('No category with the provided `category_url_path` was found');
161159

0 commit comments

Comments
 (0)