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