Skip to content

Commit eaef407

Browse files
committed
MAGETWO-36382: Magento\Quote\Api\GuestBillingAddressManagement
- fixed a typo in a method name
1 parent 6b0058a commit eaef407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Quote/Test/Unit/Model/GuestCart/GuestBillingAddressManagementTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function testGet()
8888
/**
8989
* @return void
9090
*/
91-
public function testAssing()
91+
public function testAssign()
9292
{
9393
$addressId = 1;
9494
$this->billingAddressManagementMock->expects($this->once())->method('assign')->willReturn($addressId);

0 commit comments

Comments
 (0)