diff --git a/common/host_util_test.go b/common/host_util_test.go index 2a6acbce84b9d2920846e4a68e96569f6e3730b5..ad96dde4c77667a940c27455262a6aeca921a73d 100644 --- a/common/host_util_test.go +++ b/common/host_util_test.go @@ -18,10 +18,13 @@ package common import ( - "github.com/stretchr/testify/assert" "testing" ) +import ( + "github.com/stretchr/testify/assert" +) + func TestGetLocalIp(t *testing.T) { assert.NotNil(t, GetLocalIp()) }