From: Jeff Halter Date: Wed, 18 Jan 2023 23:01:23 +0000 (-0800) Subject: Fix test X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/commitdiff_plain/8ce5db7c06589e30b22e4fb7ec8fdb415f711f60 Fix test --- diff --git a/hotline/transaction_handlers_test.go b/hotline/transaction_handlers_test.go index 69dedf9..dae2dc0 100644 --- a/hotline/transaction_handlers_test.go +++ b/hotline/transaction_handlers_test.go @@ -239,12 +239,6 @@ func TestHandleGetUserNameList(t *testing.T) { Flags: []byte{0, 3}, UserName: []byte{0, 4}, }, - uint16(3): { - ID: &[]byte{0, 3}, - Icon: []byte{0, 2}, - Flags: []byte{0, 3}, - UserName: []byte{0, 4}, - }, }, }, },