diff --git a/test/rtp.c b/test/rtp.c index bc4fe33b3..436ce35f5 100644 --- a/test/rtp.c +++ b/test/rtp.c @@ -296,7 +296,7 @@ int test_rtcp_encode(void) msg = mem_deref(msg); - ASSERT_TRUE(str_len(debug_buf) > 0); + ASSERT_TRUE(str_isset(debug_buf) > 0); } if (err) goto out;