🩹 Fixes zlog test category

This commit is contained in:
Paul Breugnot 2025-02-09 13:18:02 +01:00
parent fc736642b2
commit e2830d6659

View file

@ -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");
}