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