Skip to content

Commit

Permalink
removed fmt.Println
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav-gogia committed Mar 10, 2021
1 parent e9df17e commit 4c6169e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/e2e/help/help_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
package help_test

import (
"fmt"
"io"
"path/filepath"

Expand Down Expand Up @@ -55,7 +54,6 @@ var _ = Describe("Help", func() {
Describe("terrascan is run without any command", func() {
It("should print all supported commands and exit with status code 0", func() {
session = helper.RunCommand(terrascanBinaryPath, outWriter, errWriter)
fmt.Println(filepath.Join("golden", "help_command.txt"))
helpUtils.ValidateExitCodeAndOutput(session, helper.ExitCodeZero, filepath.Join("golden", "help_command.txt"), true)
})
})
Expand Down

0 comments on commit 4c6169e

Please sign in to comment.