Test Case updated

This commit is contained in:
Devansh 2021-12-01 15:47:29 +05:30
parent 4b9605c35b
commit a356625689
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ class CustomerCest
'state' => $this->cleanField($this->faker->state),
'city' => $this->cleanField($this->faker->city),
'postcode' => $this->cleanField($this->faker->postcode),
'phone' => $this->faker->phoneNumber,
'phone' => $this->cleanField($this->faker->phoneNumber),
];
}