diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2021-08-03 19:24:08 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2021-08-03 14:24:08 -0700 |
| commit | 5c34f8752938764668d829fb284626b9c62c5475 (patch) | |
| tree | 85e6d1c802dcdf868b887cbc30944b44dfd462ea /hotline/transaction_handlers_test.go | |
| parent | e75ba43a4e6032b94bf3a3fedf9f557f2c4969e4 (diff) | |
Ran `gofmt -w .`
Diffstat (limited to 'hotline/transaction_handlers_test.go')
| -rw-r--r-- | hotline/transaction_handlers_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hotline/transaction_handlers_test.go b/hotline/transaction_handlers_test.go index 3042da2..cf05a99 100644 --- a/hotline/transaction_handlers_test.go +++ b/hotline/transaction_handlers_test.go @@ -167,7 +167,7 @@ func TestHandleLeaveChat(t *testing.T) { }, }, }, - t: NewTransaction(tranDeleteUser,nil, NewField(fieldChatID, []byte{0, 0, 0, 1})), + t: NewTransaction(tranDeleteUser, nil, NewField(fieldChatID, []byte{0, 0, 0, 1})), }, want: []Transaction{ { @@ -201,7 +201,6 @@ func TestHandleLeaveChat(t *testing.T) { } } - func TestHandleGetUserNameList(t *testing.T) { type args struct { cc *ClientConn |