We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af59ef commit 102ced9Copy full SHA for 102ced9
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/CreateGuestCartTest.php
@@ -140,7 +140,7 @@ public function testFailIfPredefinedCartIdAlreadyExists()
140
public function testFailWithWrongPredefinedCartId()
141
{
142
$this->expectException(\Exception::class);
143
- $this->expectExceptionMessage("Cart ID length should be 32 characters.");
+ $this->expectExceptionMessage("Cart ID length should to be 32 symbols.");
144
145
$predefinedCartId = '1234567890';
146
0 commit comments