Fixed tests

This commit is contained in:
gabime
2018-12-02 19:04:44 +02:00
parent d8eb0558e9
commit fcb661d0e9
2 changed files with 2 additions and 1 deletions

View File

@@ -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);
}