Apply go formatting

This commit is contained in:
Elizabeth Engelman
2019-09-25 16:32:27 -05:00
parent a577811e0a
commit 70fcc22a00
3 changed files with 10 additions and 5 deletions
@@ -1,13 +1,19 @@
package streamer_test
import (
"io/ioutil"
"testing"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"github.com/sirupsen/logrus"
)
func TestStreamer(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Streamer Suite")
}
var _ = BeforeSuite(func() {
logrus.SetOutput(ioutil.Discard)
})