Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh committed Apr 28, 2024
1 parent 39bd5e8 commit 100987e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rtp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 100987e

Please sign in to comment.