Skip to content

Commit 35782ad

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-69185' into NORD-BUGFIXES-PR
2 parents bec6aa8 + 52bb6c1 commit 35782ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Shipping/Test/Unit/Model/Shipping/LabelsTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public function testRequestToShipment($regionId)
156156

157157
/**
158158
* @expectedException \Magento\Framework\Exception\LocalizedException
159-
* @dataProvider testRequestToShipmentLocalizedExceptionDataProvider
159+
* @dataProvider requestToShipmentLocalizedExceptionDataProvider
160160
*/
161161
public function testRequestToShipmentLocalizedException($isShipmentCarrierNotNull)
162162
{
@@ -280,7 +280,7 @@ public function requestToShipmentDataProvider()
280280
* Data provider to testRequestToShipmentLocalizedException
281281
* @return array
282282
*/
283-
public function testRequestToShipmentLocalizedExceptionDataProvider()
283+
public function requestToShipmentLocalizedExceptionDataProvider()
284284
{
285285
return [
286286
[

0 commit comments

Comments
 (0)