From ba99d4dc4b8c64a64da5036ce49dc91cea5dc51a Mon Sep 17 00:00:00 2001 From: iphydf Date: Fri, 19 Jan 2024 00:04:07 +0000 Subject: [PATCH] test: Fix comment I broke in the events test PR. --- auto_tests/group_general_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_tests/group_general_test.c b/auto_tests/group_general_test.c index 38c0d003..b707f0ea 100644 --- a/auto_tests/group_general_test.c +++ b/auto_tests/group_general_test.c @@ -62,7 +62,7 @@ static void print_ip(Tox *tox, uint32_t groupnumber, uint32_t peer_id) static bool all_group_peers_connected(AutoTox *autotoxes, uint32_t tox_count, uint32_t groupnumber, size_t name_length) { for (size_t i = 0; i < tox_count; ++i) { - // make sure we got an F response + // make sure we got an invite response if (tox_group_get_name_size(autotoxes[i].tox, groupnumber, nullptr) != name_length) { return false; }