Skip to content

Commit c477781

Browse files
author
Cari Spruiell
committed
MAGETWO-36275: Create /mine API for BillingAddressManagement
- removed excessive whitespace
1 parent d831265 commit c477781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/api-functional/testsuite/Magento/Quote/Api/BillingAddressManagementTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ public function testSetMyAddress()
233233
$quote->load('test_order_1', 'reserved_order_id');
234234
$address = $quote->getBillingAddress();
235235
$address->getRegionCode();
236-
$savedData = $address->getData();
236+
$savedData = $address->getData();
237237
$this->assertEquals($addressId, $savedData['address_id']);
238238
//custom checks for street, region and address_type
239239
foreach ($addressData['street'] as $streetLine) {

0 commit comments

Comments
 (0)