From e2830d66592518b91f347e3770e6a34244fa950f Mon Sep 17 00:00:00 2001 From: Paul Breugnot Date: Sun, 9 Feb 2025 13:18:02 +0100 Subject: [PATCH] :adhesive_bandage: Fixes zlog test category --- test/test_set_up.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_set_up.c b/test/test_set_up.c index 8a7a280..6ece3f2 100644 --- a/test/test_set_up.c +++ b/test/test_set_up.c @@ -34,7 +34,7 @@ void set_up_test_logger(void) { printf("Init test zlog failed\n"); } - test_log = zlog_get_category("test_log"); + test_log = zlog_get_category("test"); if (!test_log) { printf("Get zlog test_log category failed\n"); }