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

Commit

Permalink
Change Exception message for testAddNonExistentConfigurableProductVar…
Browse files Browse the repository at this point in the history
…iationToCart

Signed-off-by: Tomash Khamlai <tomash.khamlai@gmail.com>
  • Loading branch information
TomashKhamlai committed Oct 11, 2019
1 parent 7dc9e64 commit f45a672
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,8 @@ public function testAddNonExistentConfigurableProductVariationToCart()

$this->expectException(\Exception::class);
$this->expectExceptionMessage(
'Could not add the product with SKU configurable to the shopping cart: Could not find specified product.'
'Could not add the product with SKU configurable to the shopping cart: The product that was requested ' .
'doesn\'t exist. Verify the product and try again.'
);

$this->graphQlMutation($query);
Expand Down

0 comments on commit f45a672

Please sign in to comment.