summaryrefslogtreecommitdiff
path: root/auto_tests/invalid_udp_proxy_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/invalid_udp_proxy_test.c')
-rw-r--r--auto_tests/invalid_udp_proxy_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_tests/invalid_udp_proxy_test.c b/auto_tests/invalid_udp_proxy_test.c
index 96c8197b..1e84e451 100644
--- a/auto_tests/invalid_udp_proxy_test.c
+++ b/auto_tests/invalid_udp_proxy_test.c
@@ -41,7 +41,7 @@ int main(void)
41 tox_iterate(tox, nullptr); 41 tox_iterate(tox, nullptr);
42 c_sleep(ITERATION_INTERVAL); 42 c_sleep(ITERATION_INTERVAL);
43 // None of the iterations should have a connection. 43 // None of the iterations should have a connection.
44 const TOX_CONNECTION status = tox_self_get_connection_status(tox); 44 const Tox_Connection status = tox_self_get_connection_status(tox);
45 ck_assert_msg(status == TOX_CONNECTION_NONE, 45 ck_assert_msg(status == TOX_CONNECTION_NONE,
46 "unexpectedly got a connection (%d)", status); 46 "unexpectedly got a connection (%d)", status);
47 } 47 }