Skip to content

Commit cdf9769

Browse files
committed
MAGETWO-90719: Exception is thrown when you re-order a product with custom options from Admin.
Fix indentation and remove extra space.
1 parent 4bd5311 commit cdf9769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Model/Product/Option/Type/File/ValidatorInfoTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public function testExceptionWithoutErrors()
112112
public function testValidate()
113113
{
114114
//use actual zend class to test changed functionality
115-
$validate = $this->objectManager->create(\Zend_Validate::class );
115+
$validate = $this->objectManager->create(\Zend_Validate::class);
116116
$this->validateFactoryMock->expects($this->once())
117117
->method('create')
118118
->will($this->returnValue($validate));

0 commit comments

Comments
 (0)