summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}