1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-05 10:39:27 +02:00

update asserts

This commit is contained in:
B. Petersen 2018-02-28 21:46:54 +01:00
parent b0e320b050
commit be9c2886fe
2 changed files with 1 additions and 2 deletions

View file

@ -327,7 +327,6 @@ void stress_functions(mrmailbox_t* mailbox)
assert( strcmp("group=" MR_STRINGIFY(MR_CHAT_TYPE_GROUP), "group=120")==0 );
assert( strcmp("deaddrop=" MR_STRINGIFY(MR_CHAT_ID_DEADDROP), "deaddrop=1")==0 );
assert( strcmp("to_deaddrop=" MR_STRINGIFY(MR_CHAT_ID_TO_DEADDROP), "to_deaddrop=2")==0 );
assert( strcmp("trash=" MR_STRINGIFY(MR_CHAT_ID_TRASH), "trash=3")==0 );
assert( strcmp("in_creation=" MR_STRINGIFY(MR_CHAT_ID_MSGS_IN_CREATION), "in_creation=4")==0 );
assert( strcmp("starred=" MR_STRINGIFY(MR_CHAT_ID_STARRED), "starred=5")==0 );