Skip to content

Commit

Permalink
Rename TestGetUsers to TestListUsers for better clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
mtnmunuklu committed Feb 5, 2024
1 parent c0a98bd commit cd23111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/handlers/auth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ func TestUpdateUserName(t *testing.T) {

}

func TestGetUsers(t *testing.T) {
func TestListUsers(t *testing.T) {
// Create a custom mock client wrapper for Auth Service
mockAuthWrapper := &MockAuthServiceClientWrapper{}

Expand Down

0 comments on commit cd23111

Please sign in to comment.