Removing unnecesary main_test.go files (#13979)

This commit is contained in:
Miguel de la Cruz
2020-03-05 14:46:52 +01:00
committed by GitHub
parent 182c29b456
commit bfde6d1f3e
4 changed files with 0 additions and 76 deletions

View File

@@ -1,19 +0,0 @@
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
package httpservice_test
import (
"testing"
"github.com/mattermost/mattermost-server/v5/testlib"
)
var mainHelper *testlib.MainHelper
func TestMain(m *testing.M) {
mainHelper = testlib.NewMainHelperWithOptions(nil)
defer mainHelper.Close()
mainHelper.Main(m)
}