summaryrefslogtreecommitdiff
path: root/tests/test-io-stream-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-io-stream-common.c')
-rw-r--r--tests/test-io-stream-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-io-stream-common.c b/tests/test-io-stream-common.c
index d5e78e2..35f0849 100644
--- a/tests/test-io-stream-common.c
+++ b/tests/test-io-stream-common.c
@@ -304,7 +304,7 @@ add_stream (NiceAgent *agent)
guint stream_id;
stream_id = nice_agent_add_stream (agent, 2);
- g_assert (stream_id > 0);
+ g_assert_cmpuint (stream_id, >, 0);
g_object_set_data (G_OBJECT (agent), "stream-id",
GUINT_TO_POINTER (stream_id));