We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c84b35 commit 2c4ed32Copy full SHA for 2c4ed32
integration/preview_test.go
@@ -1,7 +1,6 @@
1
package integration_test
2
3
import (
4
- "fmt"
5
"os"
6
7
. "github.com/onsi/ginkgo/v2"
@@ -47,7 +46,6 @@ var _ = Describe("Preview", func() {
47
46
DeferCleanup(os.Unsetenv, "RUN")
48
session := startGinkgo(fm.PathTo("preview"), "-p")
49
Eventually(session).Should(gexec.Exit(0))
50
- fmt.Println(string(session.Out.Contents()))
51
Ω(session).Should(gbytes.Say(`Ran 4 of 4 Specs`))
52
})
53
0 commit comments