Skip to content

Commit

Permalink
renamed clientsListCmd to appsListCmd
Browse files Browse the repository at this point in the history
  • Loading branch information
bright-poku committed Feb 19, 2021
1 parent eb6ccac commit 3a3b01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/clients_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func TestClientsListCmd(t *testing.T) {
api: &auth0.API{Client: clientAPI},
}

cmd := clientsListCmd(cli)
cmd := appsListCmd(cli)

if err := cmd.Execute(); err != nil {
t.Fatal(err)
Expand Down

0 comments on commit 3a3b01f

Please sign in to comment.