diff --git a/tests/test_registry.cpp b/tests/test_registry.cpp index 57976083..d306dba2 100644 --- a/tests/test_registry.cpp +++ b/tests/test_registry.cpp @@ -109,4 +109,5 @@ TEST_CASE("disable automatic registration", "[registry]") // but make sure they are still initialized according to global defaults REQUIRE(logger1->level() == log_level); REQUIRE(logger2->level() == log_level); + spdlog::set_level(spdlog::level::info); }