tests and fixes
This commit is contained in:
@@ -31,7 +31,7 @@ public sealed class ApplicantFaker : Faker<Applicant>
|
||||
=> new Passport
|
||||
{
|
||||
Issuer = f.Company.CompanyName(),
|
||||
Number = f.Random.String(ConfigurationConstraints.PasswordLength, 'a', 'z'),
|
||||
Number = f.Random.String(ConfigurationConstraints.PassportNumberLength, 'a', 'z'),
|
||||
ExpirationDate = f.Date.Future(4, dateTimeProvider.Now()),
|
||||
IssueDate = f.Date.Past(4, dateTimeProvider.Now())
|
||||
});
|
||||
@@ -62,4 +62,4 @@ public sealed class ApplicantFaker : Faker<Applicant>
|
||||
PhoneNum = f.Phone.PhoneNumber()
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user