Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Dec 11, 2024
1 parent 8a323c0 commit 373beb8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions version/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ func Test_runVersionCmd(t *testing.T) {
cmd := version.NewVersionCommand()
_, mockOut := testutil.ApplyMockIO(cmd)

cmd.SetErr(cmd.OutOrStderr())
cmd.SetOut(cmd.OutOrStdout())
cmd.SetArgs([]string{
fmt.Sprintf("--%s=''", flags.FlagOutput),
"--long=false",
Expand Down

0 comments on commit 373beb8

Please sign in to comment.