Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Feb 26, 2021
1 parent 55c2bb0 commit a6d3430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/apps_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 := appsListCmd(cli)
cmd := listAppsCmd(cli)

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

0 comments on commit a6d3430

Please sign in to comment.