1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-05 00:50:24 +08:00
Files
terasu-cloudflared/edgediscovery/protocol_test.go

13 lines
187 B
Go

package edgediscovery
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestProtocolPercentage(t *testing.T) {
_, err := ProtocolPercentage()
assert.NoError(t, err)
}