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 02ff653 commit 43d6ee8Copy full SHA for 43d6ee8
app/code/Magento/Checkout/Test/Unit/Controller/Account/CreateTest.php
@@ -112,7 +112,7 @@ public function testExecute()
112
->with(100)
113
->will($this->returnValue($customer));
114
115
- $resultJson = '{"errors": "false", "message": "A letter with further instructions will be sent to your email."}';
+ $resultJson = '{"errors":"false", "message":"A letter with further instructions will be sent to your email."}';
116
$this->resultFactory->expects($this->once())
117
->method('create')
118
->with(ResultFactory::TYPE_JSON)
0 commit comments