aboutsummaryrefslogtreecommitdiffstats
path: root/tests/jibuf/jibuf_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/jibuf/jibuf_test.c')
-rw-r--r--tests/jibuf/jibuf_test.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/jibuf/jibuf_test.c b/tests/jibuf/jibuf_test.c
index 7993a65..ba1bb01 100644
--- a/tests/jibuf/jibuf_test.c
+++ b/tests/jibuf/jibuf_test.c
@@ -673,8 +673,7 @@ static void test_rtp_marker_queue_order()
clock_override_add(0, min_delay*1000);
osmo_select_main(0);
- /* This assert shows that packets are queued out of order in this case:*/
- OSMO_ASSERT(!osmo_jibuf_empty(jb));
+ OSMO_ASSERT(osmo_jibuf_empty(jb));
osmo_jibuf_delete(jb);
}