Started validation tests
This commit is contained in:
		| @@ -0,0 +1,16 @@ | ||||
| using ApplicationLayer.Services.Users.Requests; | ||||
| using Bogus; | ||||
| using VisaApi.Fakers.Common; | ||||
|  | ||||
| namespace VisaApi.Fakers.Users.Requests | ||||
| { | ||||
|     public sealed class ChangeUserAuthDataRequestFaker : Faker<ChangeUserAuthDataRequest> | ||||
|     { | ||||
|         private static ChangeAuthDataFaker changeAuthDataFaker = new(); | ||||
|  | ||||
|         public ChangeUserAuthDataRequestFaker() | ||||
|         { | ||||
|             CustomInstantiator(_ => new(Guid.NewGuid(), changeAuthDataFaker.Generate())); | ||||
|         } | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user