Skip to content

Commit

Permalink
remove errant fmt.Println from integration suite
Browse files Browse the repository at this point in the history
  • Loading branch information
onsi committed Oct 9, 2023
1 parent 6c84b35 commit 2c4ed32
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integration/preview_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package integration_test

import (
"fmt"
"os"

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

0 comments on commit 2c4ed32

Please sign in to comment.