aboutsummaryrefslogtreecommitdiff
path: root/hotline
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2023-01-18 15:01:23 -0800
committerJeff Halter <868228+jhalter@users.noreply.github.com>2023-01-18 15:01:23 -0800
commit8ce5db7c06589e30b22e4fb7ec8fdb415f711f60 (patch)
tree24e46c14b6b78b6038d5eaf963d5e61728053e63 /hotline
parent5853654f0a618dc89f893992a7f0d211456483f8 (diff)
Fix test
Diffstat (limited to 'hotline')
-rw-r--r--hotline/transaction_handlers_test.go6
1 files changed, 0 insertions, 6 deletions
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},
- },
},
},
},