Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanndickson committed Jul 10, 2024
1 parent 91ccb9a commit 6db6e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completion_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func TestCompletion(t *testing.T) {
io := fakeIO(i)
err := i.Run()
require.NoError(t, err)
require.Equal(t, "file\nrequired-flag\ntoupper\n--prefix\n--verbose\n", io.Stdout.String())
require.Equal(t, "altfile\nfile\nrequired-flag\ntoupper\n--prefix\n--verbose\n", io.Stdout.String())
})

t.Run("SubcommandComplete", func(t *testing.T) {
Expand Down

0 comments on commit 6db6e6c

Please # to comment.