Skip to content

Commit

Permalink
[CS][DX] Refactor (Sylius#16870)
Browse files Browse the repository at this point in the history
This PR has been generated automatically.
For more details see
[refactor.yaml](/Sylius/Sylius/blob/1.12/.github/workflows/refactor.yaml).
  • Loading branch information
GSadee authored Sep 9, 2024
2 parents a417aa3 + d5a949a commit a9f6378
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,14 +184,14 @@ function it_throws_an_exception_if_customer_with_user_already_exists(
->during(
'__invoke',
[new RegisterShopUser(
channelCode: 'CHANNEL_CODE',
localeCode: 'en_US',
firstName: 'Will',
lastName: 'Smith',
email: '[email protected]',
password: 'iamrobot',
subscribedToNewsletter: true,
)],
channelCode: 'CHANNEL_CODE',
localeCode: 'en_US',
firstName: 'Will',
lastName: 'Smith',
email: '[email protected]',
password: 'iamrobot',
subscribedToNewsletter: true,
)],
)
;
}
Expand Down

0 comments on commit a9f6378

Please sign in to comment.