From ac77498318edb5688057809d03acaf56ee9b22fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mert=20=C3=96v=C3=BCn?= Date: Thu, 18 Apr 2024 23:26:19 +0300 Subject: [PATCH] nobody reads comments anyway --- tests/libprojectM/PresetFileParserTest.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/libprojectM/PresetFileParserTest.cpp b/tests/libprojectM/PresetFileParserTest.cpp index 455a002fb..25cd69201 100644 --- a/tests/libprojectM/PresetFileParserTest.cpp +++ b/tests/libprojectM/PresetFileParserTest.cpp @@ -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"); }