mirror of
https://github.com/chatmail/core.git
synced 2026-05-01 20:36:31 +03:00
Convert DC_*_ID_* constants to u32
This commit is contained in:
@@ -323,7 +323,7 @@ mod tests {
|
||||
StockMessage::MsgAddMember,
|
||||
"alice@example.com",
|
||||
"",
|
||||
DC_CONTACT_ID_SELF as u32
|
||||
DC_CONTACT_ID_SELF
|
||||
),
|
||||
"Member alice@example.com added by me."
|
||||
)
|
||||
@@ -338,7 +338,7 @@ mod tests {
|
||||
StockMessage::MsgAddMember,
|
||||
"alice@example.com",
|
||||
"",
|
||||
DC_CONTACT_ID_SELF as u32
|
||||
DC_CONTACT_ID_SELF
|
||||
),
|
||||
"Member Alice (alice@example.com) added by me."
|
||||
);
|
||||
@@ -373,7 +373,7 @@ mod tests {
|
||||
StockMessage::MsgGrpName,
|
||||
"Some chat",
|
||||
"Other chat",
|
||||
DC_CONTACT_ID_SELF as u32
|
||||
DC_CONTACT_ID_SELF
|
||||
),
|
||||
"Group name changed from \"Some chat\" to \"Other chat\" by me."
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user