From f8b71093c7ae3d8fcb7ed6462ed2f9ee96316e21 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sat, 15 Feb 2025 11:39:23 -0600 Subject: [PATCH] Refactored app_config unit tests --- repertory/repertory_test/src/app_config_test.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/repertory/repertory_test/src/app_config_test.cpp b/repertory/repertory_test/src/app_config_test.cpp index 9528993c..836fd1cb 100644 --- a/repertory/repertory_test/src/app_config_test.cpp +++ b/repertory/repertory_test/src/app_config_test.cpp @@ -30,8 +30,6 @@ namespace repertory { class app_config_test : public ::testing::Test { public: - console_consumer cs; - static std::atomic idx; std::string encrypt_directory; @@ -67,10 +65,7 @@ public: "sia", std::to_string(++idx), }); - event_system::instance().start(); } - - void TearDown() override { event_system::instance().stop(); } }; static void remove_unused_types(auto &data, provider_type prov) {