From 100987e6aafaf4672c2d43c4f8755ba79ebff58e Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" <114750+alfredh@users.noreply.github.com> Date: Sun, 28 Apr 2024 10:51:41 +0200 Subject: [PATCH] sync --- test/rtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;