diff --git a/tests/includes.h b/tests/includes.h index 0bec4a0e..403410ff 100644 --- a/tests/includes.h +++ b/tests/includes.h @@ -23,6 +23,9 @@ #define SPDLOG_ACTIVE_LEVEL SPDLOG_LEVEL_DEBUG +#undef SPDLOG_LEVEL_NAMES +#undef SPDLOG_SHORT_LEVEL_NAMES + #include "spdlog/spdlog.h" #include "spdlog/async.h" #include "spdlog/details/fmt_helper.h"