summaryrefslogtreecommitdiff
path: root/socket_factory_test.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-02-28 00:58:08 +0300
committerValery Piashchynski <[email protected]>2020-02-28 00:58:08 +0300
commitb131206a5ccce508cdf040e622c134c77ef6a33a (patch)
treea595ff3732bbe2846537d3b8d0d6f961158f598e /socket_factory_test.go
parent94a2398f07e55819ffb9f8eb8d2141afe19f7575 (diff)
Fix typo
Diffstat (limited to 'socket_factory_test.go')
-rw-r--r--socket_factory_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/socket_factory_test.go b/socket_factory_test.go
index f6a2e234..0d721959 100644
--- a/socket_factory_test.go
+++ b/socket_factory_test.go
@@ -107,7 +107,7 @@ func Test_Tcp_Failboot(t *testing.T) {
defer func() {
err3 := ls.Close()
if err3 != nil {
- t.Errorf("error closing the listener: error %v", err)
+ t.Errorf("error closing the listener: error %v", err3)
}
}()
} else {