Skip to content

Commit

Permalink
fix: Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Knoblauchpilze committed Mar 31, 2024
1 parent 0290919 commit 9f1ee78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/users/internal/users_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ var defaultUser = persistence.User{
Id: defaultUuid,
Email: "[email protected]",
Password: "password",
ApiKeys: []uuid.UUID{},
CreatedAt: time.Date(2009, 11, 17, 20, 34, 58, 651387237, time.UTC),
UpdatedAt: time.Date(2009, 11, 17, 20, 34, 59, 651387237, time.UTC),
}
Expand All @@ -67,6 +68,8 @@ var defaultUserDto = communication.UserDtoResponse{
Email: "[email protected]",
Password: "password",

ApiKeys: []uuid.UUID{},

CreatedAt: time.Date(2009, 11, 17, 20, 34, 58, 651387237, time.UTC),
}

Expand Down

0 comments on commit 9f1ee78

Please sign in to comment.