xframe/base/netx/ip_test.go

12 lines
153 B
Go
Raw Normal View History

2024-10-12 12:55:20 +08:00
package netx
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestInternalIp(t *testing.T) {
assert.True(t, len(InternalIp()) > 0)
}