aboutsummaryrefslogtreecommitdiff
path: root/hotline/client_conn_test.go
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2021-08-10 18:52:46 -0700
committerJeff Halter <868228+jhalter@users.noreply.github.com>2021-08-10 13:52:46 -0700
commit72dd37f1abb2b550aaaac48eac677403d5664797 (patch)
tree5c431679475647f2f932f2934e6acd65090d2499 /hotline/client_conn_test.go
parent9d41bcdf29778eab3253f8e31670baf64ad389bf (diff)
Add tests and clean up
Diffstat (limited to 'hotline/client_conn_test.go')
-rw-r--r--hotline/client_conn_test.go2
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