Skip to content

Commit 102ced9

Browse files
committed
LYNX-259: Update test message
1 parent 0af59ef commit 102ced9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/CreateGuestCartTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public function testFailIfPredefinedCartIdAlreadyExists()
140140
public function testFailWithWrongPredefinedCartId()
141141
{
142142
$this->expectException(\Exception::class);
143-
$this->expectExceptionMessage("Cart ID length should be 32 characters.");
143+
$this->expectExceptionMessage("Cart ID length should to be 32 symbols.");
144144

145145
$predefinedCartId = '1234567890';
146146

0 commit comments

Comments
 (0)