tests
This commit is contained in:
		| @@ -13,7 +13,7 @@ namespace VisaApi.Fakers.VisaApplications | ||||
|         public ReentryPermitFaker(IDateTimeProvider dateTimeProvider) | ||||
|         { | ||||
|             RuleFor(p => p.Number, | ||||
|                 f => f.Random.String(ConfigurationConstraints.ReentryPermitNumberLength)); | ||||
|                 f => f.Random.String(ConfigurationConstraints.ReentryPermitNumberLength, 'a', 'z')); | ||||
|  | ||||
|             RuleFor(p => p.ExpirationDate, | ||||
|                 f => f.Date.Future(4, dateTimeProvider.Now())); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user