refactor (readonly for static objects in tests and file-scoped namespaces
This commit is contained in:
		| @@ -1,15 +1,14 @@ | ||||
| using ApplicationLayer.Services.Users.Models; | ||||
| using Bogus; | ||||
|  | ||||
| namespace VisaApi.Fakers.Common | ||||
| namespace VisaApi.Fakers.Common; | ||||
|  | ||||
| public sealed class ChangeAuthDataFaker : Faker<ChangeAuthData> | ||||
| { | ||||
|     public sealed class ChangeAuthDataFaker : Faker<ChangeAuthData> | ||||
|     public ChangeAuthDataFaker() | ||||
|     { | ||||
|         public ChangeAuthDataFaker() | ||||
|         { | ||||
|             RuleFor(a => a.Email, f => f.Internet.Email()); | ||||
|  | ||||
|             RuleFor(a => a.Password, f => f.Internet.Password()); | ||||
|         } | ||||
|     } | ||||
| } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user