summaryrefslogtreecommitdiff
path: root/tests/test-drop-invalid.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-drop-invalid.c')
-rw-r--r--tests/test-drop-invalid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-drop-invalid.c b/tests/test-drop-invalid.c
index 404d353..585ce28 100644
--- a/tests/test-drop-invalid.c
+++ b/tests/test-drop-invalid.c
@@ -96,7 +96,7 @@ static void cb_nice_recv (NiceAgent *agent, guint stream_id, guint component_id,
* Assert on any unreleated packet received. This would include anything
* send before the negotiation is over.
*/
- g_assert (len == 16);
+ g_assert_cmpuint (len, ==, 16);
g_assert (strncmp ("1234567812345678", buf, 16) == 0);
if (component_id == 2)