Update test_cfg.cpp

pull/2143/head
Gabi Melman 4 years ago committed by GitHub
parent 25f5bad78b
commit 7759f911f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,7 +17,6 @@ TEST_CASE("env", "[cfg]")
setenv("SPDLOG_LEVEL", "warn", 1);
#endif
auto levels = load_env_levels();
auto it = levels.find(spdlog::default_logger()->name());
REQUIRE(levels == spdlog::cfg::level_map{{"", spdlog::level::warn}});
}

Loading…
Cancel
Save