diff options
Diffstat (limited to 'utils/network_windows_test.go')
-rwxr-xr-x | utils/network_windows_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/network_windows_test.go b/utils/network_windows_test.go index 277dc970..59ec0485 100755 --- a/utils/network_windows_test.go +++ b/utils/network_windows_test.go @@ -3,8 +3,9 @@ package utils import ( - "github.com/stretchr/testify/assert" "testing" + + "github.com/stretchr/testify/assert" ) func TestCreateListener(t *testing.T) { |