X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/22c599abc18895f73e96095f35b71cf3357d41b4..a0241c250de01f32eacba2afee3f7d5cea30b8e5:/hotline/client_conn_test.go diff --git a/hotline/client_conn_test.go b/hotline/client_conn_test.go index d18f9b6..6e3464f 100644 --- a/hotline/client_conn_test.go +++ b/hotline/client_conn_test.go @@ -11,7 +11,7 @@ func TestClientConn_handleTransaction(t *testing.T) { ID *[]byte Icon *[]byte Flags *[]byte - UserName *[]byte + UserName []byte Account *Account IdleTime *int Server *Server @@ -50,4 +50,4 @@ func TestClientConn_handleTransaction(t *testing.T) { } }) } -} \ No newline at end of file +}