Files
gluetun/internal/provider/utils/connection_test.go
2022-04-20 15:16:55 +00:00

10 lines
129 B
Go

package utils
import "testing"
func Test_GetConnection(t *testing.T) {
t.Parallel()
// testCases := map[string]struct{}{}
}