X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/72dd37f1abb2b550aaaac48eac677403d5664797..f22acf38da970aa0d865a9978c9499dad01d235f:/hotline/client_conn_test.go diff --git a/hotline/client_conn_test.go b/hotline/client_conn_test.go index 6e3464f..da0a2cc 100644 --- a/hotline/client_conn_test.go +++ b/hotline/client_conn_test.go @@ -13,11 +13,11 @@ func TestClientConn_handleTransaction(t *testing.T) { Flags *[]byte UserName []byte Account *Account - IdleTime *int + IdleTime int Server *Server Version *[]byte Idle bool - AutoReply *[]byte + AutoReply []byte } type args struct { transaction *Transaction @@ -39,7 +39,6 @@ func TestClientConn_handleTransaction(t *testing.T) { Flags: tt.fields.Flags, UserName: tt.fields.UserName, Account: tt.fields.Account, - IdleTime: tt.fields.IdleTime, Server: tt.fields.Server, Version: tt.fields.Version, Idle: tt.fields.Idle,