Fixed tests
This commit is contained in:
@@ -110,4 +110,5 @@ TEST_CASE("disable automatic registration", "[registry]")
|
||||
REQUIRE(logger1->level() == log_level);
|
||||
REQUIRE(logger2->level() == log_level);
|
||||
spdlog::set_level(spdlog::level::info);
|
||||
spdlog::set_automatic_registration(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user