Updated async tests
This commit is contained in:
parent
3b8e4143f1
commit
2ee4455a53
@ -213,7 +213,7 @@ TEST_CASE("start_stop_clbks5", "[async]") {
|
|||||||
REQUIRE_FALSE(stop_called);
|
REQUIRE_FALSE(stop_called);
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_CASE("mulii-sinks", "[async]") {
|
TEST_CASE("multi-sinks", "[async]") {
|
||||||
prepare_logdir();
|
prepare_logdir();
|
||||||
auto test_sink1 = std::make_shared<spdlog::sinks::test_sink_mt>();
|
auto test_sink1 = std::make_shared<spdlog::sinks::test_sink_mt>();
|
||||||
auto test_sink2 = std::make_shared<spdlog::sinks::test_sink_mt>();
|
auto test_sink2 = std::make_shared<spdlog::sinks::test_sink_mt>();
|
||||||
|
Loading…
Reference in New Issue
Block a user