diff options
Diffstat (limited to 'hotline/client_conn_test.go')
| -rw-r--r-- | hotline/client_conn_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hotline/client_conn_test.go b/hotline/client_conn_test.go index 2176185..da0a2cc 100644 --- a/hotline/client_conn_test.go +++ b/hotline/client_conn_test.go @@ -17,7 +17,7 @@ func TestClientConn_handleTransaction(t *testing.T) { Server *Server Version *[]byte Idle bool - AutoReply *[]byte + AutoReply []byte } type args struct { transaction *Transaction |