fix(tests/config): fixed unknownKeyTest name

unknownKeyTest was named incorrectly
This commit is contained in:
2025-02-20 09:32:20 -05:00
parent 49be2888df
commit 96eb2c35f7

View File

@@ -102,7 +102,7 @@ TEST_F(configTest, cacheSize) {
EXPECT_EQ(configTestPrivateAccessor::callCacheSize(config), 4);
}
TEST_F(configTest, addToCacheTest) {
TEST_F(configTest, unknownKeyTest) {
Config& config = Config::getInstance();
config.loadConfig(EXAMPLE_FILENAME);
config.get<int>("opac:lowTemp:numeric:random", 10);