aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_log.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_log.c')
-rw-r--r--test/test_log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_log.c b/test/test_log.c
index 88d14dc6..707a00f2 100644
--- a/test/test_log.c
+++ b/test/test_log.c
@@ -52,7 +52,7 @@ test_bad_arg(void)
serd_set_log_func(world, custom_log_func, &called);
- assert(serd_logf(world, SERD_LOG_LEVEL_ERROR, "%s", "") == SERD_ERR_BAD_ARG);
+ assert(serd_logf(world, SERD_LOG_LEVEL_ERROR, "%s", "") == SERD_BAD_ARG);
serd_world_free(world);
}