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()
332
332
$ this ->customerAddressMock ->expects ($ this ->once ())->method ('setFax ' )->with ('9876543210 ' );
333
333
$ this ->customerAddressMock ->expects ($ this ->once ())->method ('setVatId ' )->with ('US123456789 ' );
334
334
$ 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 ' ]);
336
339
337
340
// Validator to fail
338
341
$ validatorMock = $ this ->createMock (Validator::class);
You can’t perform that action at this time.
0 commit comments