From 2ee4455a53cf380bbe991f56f57ac8538cc27703 Mon Sep 17 00:00:00 2001 From: gabime Date: Sat, 14 Dec 2024 19:21:06 +0200 Subject: [PATCH] Updated async tests --- tests/test_async.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_async.cpp b/tests/test_async.cpp index 5716abc5..0d843211 100644 --- a/tests/test_async.cpp +++ b/tests/test_async.cpp @@ -213,7 +213,7 @@ TEST_CASE("start_stop_clbks5", "[async]") { REQUIRE_FALSE(stop_called); } -TEST_CASE("mulii-sinks", "[async]") { +TEST_CASE("multi-sinks", "[async]") { prepare_logdir(); auto test_sink1 = std::make_shared(); auto test_sink2 = std::make_shared();