1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-03-15 10:39:53 +08:00

Minor fix to test

This commit is contained in:
gabime 2018-11-11 01:25:17 +02:00
parent 65cff673b8
commit a6fbb3ef4c

View File

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