X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/3bdabf7a43a9bccb61557f22bba725c9b4334e0c..8ce5db7c06589e30b22e4fb7ec8fdb415f711f60:/hotline/transaction_handlers_test.go?ds=inline diff --git a/hotline/transaction_handlers_test.go b/hotline/transaction_handlers_test.go index 2720cdd..dae2dc0 100644 --- a/hotline/transaction_handlers_test.go +++ b/hotline/transaction_handlers_test.go @@ -232,21 +232,12 @@ func TestHandleGetUserNameList(t *testing.T) { Icon: []byte{0, 2}, Flags: []byte{0, 3}, UserName: []byte{0, 4}, - Agreed: true, }, uint16(2): { ID: &[]byte{0, 2}, Icon: []byte{0, 2}, Flags: []byte{0, 3}, UserName: []byte{0, 4}, - Agreed: true, - }, - uint16(3): { - ID: &[]byte{0, 3}, - Icon: []byte{0, 2}, - Flags: []byte{0, 3}, - UserName: []byte{0, 4}, - Agreed: false, }, }, },