initial import
This commit is contained in:
11
core/netx/ip_test.go
Normal file
11
core/netx/ip_test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package netx
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
func TestInternalIp(t *testing.T) {
|
||||
assert.True(t, len(InternalIp()) > 0)
|
||||
}
|
||||
Reference in New Issue
Block a user