aboutsummaryrefslogtreecommitdiff
path: root/hotline/transaction_handlers_test.go
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2023-01-18 15:02:59 -0800
committerGitHub <noreply@github.com>2023-01-18 15:02:59 -0800
commita251acd43adcd88388a00b7ebd7d8df0486adeba (patch)
tree24e46c14b6b78b6038d5eaf963d5e61728053e63 /hotline/transaction_handlers_test.go
parent0ac5e4e7943c4aa795b9e9300b397ce1debebbcb (diff)
parent8ce5db7c06589e30b22e4fb7ec8fdb415f711f60 (diff)
Merge pull request #90 from jhalter/refactor_client_agreement_flow
Improve third party client compatability
Diffstat (limited to 'hotline/transaction_handlers_test.go')
-rw-r--r--hotline/transaction_handlers_test.go9
1 files changed, 0 insertions, 9 deletions
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,
},
},
},