Fix errors

This commit is contained in:
JCW
2026-05-05 14:16:01 +01:00
parent 319a298b45
commit 13bdcee55d

View File

@@ -188,7 +188,7 @@ protected:
void
TearDown() override
{
spdlog::drop_all();
spdlog::shutdown();
if (LogService::initialized())
LogService::reset();
}