Fixed text

This commit is contained in:
gabime 2024-12-07 20:48:45 +02:00
parent f5f073af95
commit 48ab964290

View File

@ -94,7 +94,6 @@ TEST_CASE("clone-logger", "[clone]") {
} }
TEST_CASE("clone async", "[clone]") { TEST_CASE("clone async", "[clone]") {
// TODO: fix this test
using spdlog::sinks::test_sink_mt; using spdlog::sinks::test_sink_mt;
auto async_sink = std::make_shared<spdlog::sinks::async_sink_mt>(32); auto async_sink = std::make_shared<spdlog::sinks::async_sink_mt>(32);
auto test_sink = std::make_shared<test_sink_mt>(); auto test_sink = std::make_shared<test_sink_mt>();