Skip to content

Commit d43a52f

Browse files
committed
Resolved merge conflict with merging 2.3 develop branch.
1 parent 8b7f1f2 commit d43a52f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/code/Magento/Catalog/Test/Unit/Model/Product/Option/Validator/DefaultValidatorTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ public function testIsValidFail($product)
137137
$this->assertFalse($this->validator->isValid($valueMock));
138138
$this->assertEquals($messages, $this->validator->getMessages());
139139
}
140-
<<<<<<< HEAD
141140

142141
/**
143142
* Data provider for testValidationNegativePrice
@@ -177,6 +176,4 @@ public function testValidationPrice($title, $type, $priceType, $price, $product)
177176
$this->assertTrue($this->validator->isValid($valueMock));
178177
$this->assertEquals($messages, $this->validator->getMessages());
179178
}
180-
=======
181-
>>>>>>> 2.3-develop
182179
}

0 commit comments

Comments
 (0)