From 72dd37f1abb2b550aaaac48eac677403d5664797 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Tue, 10 Aug 2021 18:52:46 -0700 Subject: Add tests and clean up --- hotline/client_conn_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hotline/client_conn_test.go') 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 -- cgit