Commit a6fbb3ef authored by gabime's avatar gabime

Minor fix to test

parent 65cff673
......@@ -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);
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment