Refactored app_config unit tests

This commit is contained in:
Scott E. Graves 2025-02-15 11:39:23 -06:00
parent c61afabbea
commit f8b71093c7

View File

@ -30,8 +30,6 @@
namespace repertory {
class app_config_test : public ::testing::Test {
public:
console_consumer cs;
static std::atomic<std::uint64_t> 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) {