diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2023-01-18 14:56:58 -0800 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2023-01-18 14:56:58 -0800 |
| commit | 5853654f0a618dc89f893992a7f0d211456483f8 (patch) | |
| tree | 5b3b7ef656102e3354c896bf654c30e23267a495 /hotline/transaction_handlers_test.go | |
| parent | 0ac5e4e7943c4aa795b9e9300b397ce1debebbcb (diff) | |
Improve third party client compatability
Diffstat (limited to 'hotline/transaction_handlers_test.go')
| -rw-r--r-- | hotline/transaction_handlers_test.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hotline/transaction_handlers_test.go b/hotline/transaction_handlers_test.go index 2720cdd..69dedf9 100644 --- a/hotline/transaction_handlers_test.go +++ b/hotline/transaction_handlers_test.go @@ -232,21 +232,18 @@ 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, }, }, }, |