mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 08:25:43 +08:00
Fix registry test
This commit is contained in:
parent
ebea09c8b4
commit
b51c8cfd0f
@ -62,7 +62,7 @@ TEST_CASE("drop_all"
|
||||
spdlog::create<spdlog::sinks::null_sink_mt>(tested_logger_name2);
|
||||
spdlog::drop_all();
|
||||
REQUIRE_FALSE(spdlog::get(tested_logger_name));
|
||||
REQUIRE_FALSE(spdlog::get(tested_logger_name));
|
||||
REQUIRE_FALSE(spdlog::get(tested_logger_name2));
|
||||
}
|
||||
|
||||
TEST_CASE("drop non existing"
|
||||
|
Loading…
Reference in New Issue
Block a user