X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/22c599abc18895f73e96095f35b71cf3357d41b4..e324110baa9902a2d60ab01c73843f6aa1d4be2f:/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 +}