Skip to content

Commit 43d6ee8

Browse files
committed
Update CreateTest so that the resultJson variable fits in one line
1 parent 02ff653 commit 43d6ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/Test/Unit/Controller/Account/CreateTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public function testExecute()
112112
->with(100)
113113
->will($this->returnValue($customer));
114114

115-
$resultJson = '{"errors": "false", "message": "A letter with further instructions will be sent to your email."}';
115+
$resultJson = '{"errors":"false", "message":"A letter with further instructions will be sent to your email."}';
116116
$this->resultFactory->expects($this->once())
117117
->method('create')
118118
->with(ResultFactory::TYPE_JSON)

0 commit comments

Comments
 (0)