Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
“achuyko” committed Aug 20, 2024
1 parent c59f4b9 commit c7ce8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/grpc_server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func (s server) Get(ctx context.Context, req *user_api.GetRequest) (*user_api.Ge
User: &user_api.User{
Id: req.GetId(),
User: &user_api.UserInfo{
Name: "TEST USER",
Name: "TEST ROMA",
Email: "TEST EMAIL",
Password: gofakeit.Password(true, true, true, true, true, 1),
PasswordConfirm: gofakeit.BeerName(),
Expand Down

0 comments on commit c7ce8a1

Please sign in to comment.