summaryrefslogtreecommitdiff
path: root/util/network_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'util/network_test.go')
-rw-r--r--util/network_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/network_test.go b/util/network_test.go
index 09157ec0..1dc16e94 100644
--- a/util/network_test.go
+++ b/util/network_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) {