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 80c22b4..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 |