mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Test fix.
This commit is contained in:
parent
0a38ffcbba
commit
81d95809fd
|
@ -835,7 +835,7 @@ loop_top:
|
|||
num_f += tox_self_get_friend_list_size(toxes[i]);
|
||||
}
|
||||
|
||||
ck_assert_msg(num_f == NUM_FRIENDS * 2, "bad num friends: %u", num_f);
|
||||
ck_assert_msg(num_f == NUM_FRIENDS, "bad num friends: %u", num_f);
|
||||
|
||||
while (1) {
|
||||
uint16_t counter = 0;
|
||||
|
|
Loading…
Reference in New Issue
Block a user