Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JhumanJ committed Sep 18, 2023
1 parent 31d8e1e commit 9c0f761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Helpers/FormSubmissionDataFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function createSubmissionData($mergeData = [])
$value = $this->faker->url();
break;
case 'phone_number':
$value = '+1'.$this->faker->phoneNumber();
$value = '+33749119783';
break;
case 'date':
$value = $this->faker->date();
Expand Down

0 comments on commit 9c0f761

Please sign in to comment.