From ef806f45c360526989c62660b916f6b7ab12c0a8 Mon Sep 17 00:00:00 2001 From: tqcq Date: Mon, 11 Dec 2023 13:22:44 +0800 Subject: [PATCH] feature update log_test.cpp --- tests/src/ulib/log/log_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/ulib/log/log_test.cpp b/tests/src/ulib/log/log_test.cpp index f3eb38e..05b4d21 100644 --- a/tests/src/ulib/log/log_test.cpp +++ b/tests/src/ulib/log/log_test.cpp @@ -1,7 +1,7 @@ #include #include -TEST(ULIB_LOG, base_test) +TEST(ULIB_LOG_TEST, base_test) { ULOG_TRACE("trace log"); ULOG_DEBUG("debug log");