Files
OwnCord/Server/ws/main_test.go
T

12 lines
121 B
Go
Raw Normal View History

package ws_test
import (
"testing"
"go.uber.org/goleak"
)
func TestMain(m *testing.M) {
goleak.VerifyTestMain(m)
}