integration/network: remove unuset setupTest()
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
4a37dcab48
commit
4b13f69882
2 changed files with 0 additions and 10 deletions
|
@ -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) }
|
||||
}
|
||||
|
|
|
@ -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) }
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue