]> git.r.bdr.sh - rbdr/mobius/blobdiff - hotline/transaction_handlers_test.go
patch: v0.0.10
[rbdr/mobius] / hotline / transaction_handlers_test.go
index 3042da2c6fb2013cf1c18c58fca5f9b1b4127119..cf05a99f36af0d5e86d93f05a97ba5cc4524877f 100644 (file)
@@ -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