diff options
Diffstat (limited to 'tests/protocol.c')
-rw-r--r-- | tests/protocol.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/protocol.c b/tests/protocol.c index 5e272a1..c8291ff 100644 --- a/tests/protocol.c +++ b/tests/protocol.c @@ -52,6 +52,7 @@ test_icipc_protocol () g_assert_true (icipc_protocol_is_reply_ok (b, sizeof(b))); const struct spa_pod *value = NULL; g_assert_true (icipc_protocol_parse_reply_ok (b, sizeof(b), &value)); + g_assert_nonnull (value); g_assert_true (spa_pod_is_none (value)); } |