File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
app/code/Magento/Quote/Test/Unit/Model Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -332,7 +332,10 @@ public function testValidateAddressesNotSavedInAddressBook()
332332 $ this ->customerAddressMock ->expects ($ this ->once ())->method ('setFax ' )->with ('9876543210 ' );
333333 $ this ->customerAddressMock ->expects ($ this ->once ())->method ('setVatId ' )->with ('US123456789 ' );
334334 $ this ->customerAddressMock ->expects ($ this ->once ())->method ('setRegion ' )->with ($ regionMock );
335- $ this ->customerAddressMock ->expects ($ this ->once ())->method ('setCustomAttributes ' )->with (['custom_attr ' => 'value ' ]);
335+ $ this ->customerAddressMock
336+ ->expects ($ this ->once ())
337+ ->method ('setCustomAttributes ' )
338+ ->with (['custom_attr ' => 'value ' ]);
336339
337340 // Validator to fail
338341 $ validatorMock = $ this ->createMock (Validator::class);
You can’t perform that action at this time.
0 commit comments