Skip to content

Commit

Permalink
nobody reads comments anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
mertovun authored and kblaschke committed Apr 18, 2024
1 parent 99259dc commit ac77498
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/libprojectM/PresetFileParserTest.cpp
Expand Up @@ -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");
}
Expand Down

0 comments on commit ac77498

Please sign in to comment.