Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Aug 31, 2024
1 parent 9cca672 commit 86b8d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/GuestCustomerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function it_can_convert_a_guest_customer_to_a_user_when_user_already_exis
{
$order = tap(Order::make()->customer(['name' => 'CJ Cregg', 'email' => '[email protected]']))->save();

$user = User::make()->email('cj,[email protected]')->save();
$user = User::make()->email('cj.[email protected]')->save();

$this
->actingAs(User::make()->makeSuper()->save())
Expand Down

0 comments on commit 86b8d2a

Please sign in to comment.