Skip to content

Commit

Permalink
update more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stacurry committed Feb 20, 2025
1 parent 84ada17 commit d9c78b0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkg/usermanagement/usermanagement_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ func TestUserManagementGetUser(t *testing.T) {
FirstName: "Marcelina",
LastName: "Davis",
EmailVerified: true,
LastSignInAt: "2021-06-25T19:07:33.155Z",
CreatedAt: "2021-06-25T19:07:33.155Z",
UpdatedAt: "2021-06-25T19:07:33.155Z",
}
Expand Down Expand Up @@ -62,6 +63,7 @@ func TestUserManagementListUsers(t *testing.T) {
FirstName: "Marcelina",
LastName: "Davis",
EmailVerified: true,
LastSignInAt: "2021-06-25T19:07:33.155Z",
CreatedAt: "2021-06-25T19:07:33.155Z",
UpdatedAt: "2021-06-25T19:07:33.155Z",
},
Expand Down Expand Up @@ -91,6 +93,7 @@ func TestUserManagementCreateUser(t *testing.T) {
FirstName: "Marcelina",
LastName: "Davis",
EmailVerified: true,
LastSignInAt: "2021-06-25T19:07:33.155Z",
CreatedAt: "2021-06-25T19:07:33.155Z",
UpdatedAt: "2021-06-25T19:07:33.155Z",
}
Expand Down Expand Up @@ -121,6 +124,7 @@ func TestUserManagementCreateUserPasswordHash(t *testing.T) {
FirstName: "Marcelina",
LastName: "Davis",
EmailVerified: true,
LastSignInAt: "2021-06-25T19:07:33.155Z",
CreatedAt: "2021-06-25T19:07:33.155Z",
UpdatedAt: "2021-06-25T19:07:33.155Z",
}
Expand Down Expand Up @@ -152,6 +156,7 @@ func TestUserManagementUpdateUser(t *testing.T) {
FirstName: "Marcelina",
LastName: "Davis",
EmailVerified: true,
LastSignInAt: "2021-06-25T19:07:33.155Z",
CreatedAt: "2021-06-25T19:07:33.155Z",
UpdatedAt: "2021-06-25T19:07:33.155Z",
}
Expand Down Expand Up @@ -182,6 +187,7 @@ func TestUserManagementUpdateUserPasswordHash(t *testing.T) {
FirstName: "Marcelina",
LastName: "Davis",
EmailVerified: true,
LastSignInAt: "2021-06-25T19:07:33.155Z",
CreatedAt: "2021-06-25T19:07:33.155Z",
UpdatedAt: "2021-06-25T19:07:33.155Z",
}
Expand Down Expand Up @@ -255,6 +261,7 @@ func TestUsersSendVerificationEmail(t *testing.T) {
FirstName: "Marcelina",
LastName: "Davis",
EmailVerified: true,
LastSignInAt: "2021-06-25T19:07:33.155Z",
CreatedAt: "2021-06-25T19:07:33.155Z",
UpdatedAt: "2021-06-25T19:07:33.155Z",
},
Expand Down

0 comments on commit d9c78b0

Please sign in to comment.