nobody reads comments anyway

This commit is contained in:
Mert Övün
2024-04-18 23:26:19 +03:00
committed by Kai Blaschke
parent 99259dc98a
commit ac77498318

View File

@ -61,7 +61,6 @@ TEST(PresetFileParser, ValueWithSpaceDelimiter)
const auto& values = parser.PresetValues();
// Lines with empty key should be ignored
ASSERT_TRUE(values.find("value_with_space") != values.end());
EXPECT_EQ(values.at("value_with_space"), "123");
}