summaryrefslogtreecommitdiff
path: root/util/network_windows_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'util/network_windows_test.go')
-rw-r--r--util/network_windows_test.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/util/network_windows_test.go b/util/network_windows_test.go
index a5a8064e..3fdc8a5c 100644
--- a/util/network_windows_test.go
+++ b/util/network_windows_test.go
@@ -3,8 +3,9 @@
package util
import (
- "github.com/stretchr/testify/assert"
"testing"
+
+ "github.com/stretchr/testify/assert"
)
func TestCreateListener(t *testing.T) {
@@ -13,4 +14,4 @@ func TestCreateListener(t *testing.T) {
_, err = CreateListener("aaa://192.168.0.1")
assert.Error(t, err, "Invalid Protocol (tcp://:6001, unix://file.sock)")
-} \ No newline at end of file
+}