Skip to content

Commit e2a0e34

Browse files
committed
Fixed static test failure
1 parent bc0f182 commit e2a0e34

File tree

1 file changed

+0
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Catalog/Model/Product

1 file changed

+0
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Model/Product/UrlTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ public function testGetProductUrl()
100100
);
101101
$product = $repository->get('simple');
102102
$this->assertStringEndsWith('simple-product.html', $this->_model->getProductUrl($product));
103-
104103
}
105104

106105
/**

0 commit comments

Comments
 (0)