Skip to content

Commit 2c4ed32

Browse files
committed
remove errant fmt.Println from integration suite
1 parent 6c84b35 commit 2c4ed32

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

integration/preview_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package integration_test
22

33
import (
4-
"fmt"
54
"os"
65

76
. "github.com/onsi/ginkgo/v2"
@@ -47,7 +46,6 @@ var _ = Describe("Preview", func() {
4746
DeferCleanup(os.Unsetenv, "RUN")
4847
session := startGinkgo(fm.PathTo("preview"), "-p")
4948
Eventually(session).Should(gexec.Exit(0))
50-
fmt.Println(string(session.Out.Contents()))
5149
Ω(session).Should(gbytes.Say(`Ran 4 of 4 Specs`))
5250
})
5351
})

0 commit comments

Comments
 (0)