go-zero/core/netx/ip_test.go

12 lines
153 B
Go
Raw Normal View History

2020-07-26 17:09:05 +08:00
package netx
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestInternalIp(t *testing.T) {
assert.True(t, len(InternalIp()) > 0)
}