mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-05-04 20:10:54 +08:00
fix: Fix unit tests error
This commit is contained in:
parent
66cd7c54be
commit
9e27099ef2
@ -10,5 +10,6 @@ public class FakeCreateAircraftCommand : AutoFaker<CreateAircraft>
|
|||||||
public FakeCreateAircraftCommand()
|
public FakeCreateAircraftCommand()
|
||||||
{
|
{
|
||||||
RuleFor(r => r.Id, _ => NewId.NextGuid());
|
RuleFor(r => r.Id, _ => NewId.NextGuid());
|
||||||
|
RuleFor(r => r.ManufacturingYear, _ => 2000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user