Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

Commit

Permalink
480 - [Test Coverage] 'GetBillingAddress' functionality
Browse files Browse the repository at this point in the history
1. Fix for
1) Magento\GraphQl\Quote\Customer\GetBillingAddressTest::testGetBillingAddressFromAnotherCustomerCart
Magento\Framework\Exception\NoSuchEntityException: No such entity with cartId = 0
  • Loading branch information
atwixfirster committed Mar 20, 2019
1 parent 3259298 commit 2f8a6e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function testGetCartWithBillingAddress()
*/
public function testGetBillingAddressFromAnotherCustomerCart()
{
$maskedQuoteId = $this->getMaskedQuoteIdByReservedOrderId('test_order_1');
$maskedQuoteId = $this->getMaskedQuoteIdByReservedOrderId('test_order_item_with_items');
$this->expectExceptionMessage(
"The current user cannot perform operations on cart \"$maskedQuoteId\""
);
Expand Down

0 comments on commit 2f8a6e1

Please sign in to comment.