Skip to content

Commit

Permalink
chores: revert debug
Browse files Browse the repository at this point in the history
  • Loading branch information
daeMOn63 committed Jul 30, 2021
1 parent 3c89a39 commit 06cafda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testutil/ioutil.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ func ApplyMockIODiscardOutErr(c *cobra.Command) BufferReader {
mockIn := strings.NewReader("")

c.SetIn(mockIn)
c.SetOut(os.Stdout)
c.SetErr(os.Stdout)
c.SetOut(ioutil.Discard)
c.SetErr(ioutil.Discard)

return mockIn
}
Expand Down

0 comments on commit 06cafda

Please sign in to comment.