summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2020-05-22 11:17:28 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2020-05-22 11:17:28 -0400
commit391225cf046df2713e5835b030634f371ae6e3f9 (patch)
treed709d4937816192cbc89dcbcf4ad6fb8f4d6dc99
parent4c53dc2f0eabbcd899f65e6cf427860fa2d93247 (diff)
test-new-trickle: No need to be connected to receive data
-rw-r--r--tests/test-new-trickle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-new-trickle.c b/tests/test-new-trickle.c
index 03044e2..ac3c026 100644
--- a/tests/test-new-trickle.c
+++ b/tests/test-new-trickle.c
@@ -642,7 +642,7 @@ static void bad_candidate_test(NiceAgent *lagent,NiceAgent *ragent)
g_assert (lagent_candidate_gathering_done);
g_assert_cmpint (global_lagent_state, >=, NICE_COMPONENT_STATE_CONNECTED);
- g_assert_cmpint (global_ragent_state, >=, NICE_COMPONENT_STATE_CONNECTED);
+ g_assert_cmpint (global_ragent_state, >=, NICE_COMPONENT_STATE_CONNECTING);
cleanup (lagent, ragent);
}