integration/network: remove unuset setupTest()

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2019-08-05 17:06:50 +02:00
parent 4a37dcab48
commit 4b13f69882
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C
2 changed files with 0 additions and 10 deletions

View file

@ -28,8 +28,3 @@ func TestMain(m *testing.M) {
testEnv.Print()
os.Exit(m.Run())
}
func setupTest(t *testing.T) func() {
environment.ProtectAll(t, testEnv)
return func() { testEnv.Clean(t) }
}

View file

@ -28,8 +28,3 @@ func TestMain(m *testing.M) {
testEnv.Print()
os.Exit(m.Run())
}
func setupTest(t *testing.T) func() {
environment.ProtectAll(t, testEnv)
return func() { testEnv.Clean(t) }
}