aboutsummaryrefslogtreecommitdiff
path: root/conn/conn_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'conn/conn_test.go')
-rw-r--r--conn/conn_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/conn/conn_test.go b/conn/conn_test.go
index 7a6231d..c6194ee 100644
--- a/conn/conn_test.go
+++ b/conn/conn_test.go
@@ -11,7 +11,7 @@ import (
func TestPrettyName(t *testing.T) {
var (
- recvFunc ReceiveFunc = func(buffs [][]byte, sizes []int, eps []Endpoint) (n int, err error) { return }
+ recvFunc ReceiveFunc = func(bufs [][]byte, sizes []int, eps []Endpoint) (n int, err error) { return }
)
const want = "TestPrettyName"