Use persons' first names for mock data to reduce chance of conflicts
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
Vehicle models seems to have a high enough probability that it sometimes fails
This commit is contained in:
@@ -9,11 +9,11 @@ internal class CarFaker
|
|||||||
|
|
||||||
internal CreateCar.Request CreateCarRequest()
|
internal CreateCar.Request CreateCarRequest()
|
||||||
{
|
{
|
||||||
return new CreateCar.Request(_faker.Vehicle.Model());
|
return new CreateCar.Request(_faker.Person.FirstName);
|
||||||
}
|
}
|
||||||
|
|
||||||
internal UpdateCar.Request UpdateCarRequest()
|
internal UpdateCar.Request UpdateCarRequest()
|
||||||
{
|
{
|
||||||
return new UpdateCar.Request(_faker.Vehicle.Model());
|
return new UpdateCar.Request(_faker.Person.FirstName);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user