X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/c1c44744fdbd3ddeec509efffba91011a4d49990..d29edb0a25c577f6490f21844fa13e13ba3e731e:/hotline/transaction_handlers_test.go diff --git a/hotline/transaction_handlers_test.go b/hotline/transaction_handlers_test.go index cb9e21f..e141c78 100644 --- a/hotline/transaction_handlers_test.go +++ b/hotline/transaction_handlers_test.go @@ -3429,7 +3429,7 @@ func TestHandleInviteNewChat(t *testing.T) { ID: []byte{0, 0, 0, 0}, ErrorCode: []byte{0, 0, 0, 0}, Fields: []Field{ - NewField(fieldData, []byte("UserB does not accept private messages.")), + NewField(fieldData, []byte("UserB does not accept private chats.")), NewField(fieldUserName, []byte("UserB")), NewField(fieldUserID, []byte{0, 2}), NewField(fieldOptions, []byte{0, 2}),