Skip to content
Snippets Groups Projects
Commit c1c46b3b authored by cvictory's avatar cvictory
Browse files

import format

parent 7909eb6f
No related branches found
No related tags found
No related merge requests found
......@@ -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())
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment