Skip to content

Commit

Permalink
swaps misordered label values
Browse files Browse the repository at this point in the history
  • Loading branch information
mertovun authored and kblaschke committed Apr 18, 2024
1 parent e538ccc commit 99259dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/libprojectM/PresetFileParserTest.cpp
Expand Up @@ -54,7 +54,7 @@ TEST(PresetFileParser, EmptyValue)
EXPECT_EQ(values.at("empty_value"), "");
}

TEST(PresetFileParser, EmptyKey)
TEST(PresetFileParser, ValueWithSpaceDelimiter)
{
PresetFileParser parser;
ASSERT_TRUE(parser.Read(std::string(fileParserTestDataPath) + "parser-simple.milk"));
Expand All @@ -66,7 +66,7 @@ TEST(PresetFileParser, EmptyKey)
EXPECT_EQ(values.at("value_with_space"), "123");
}

TEST(PresetFileParser, ValueWithSpaceDelimiter)
TEST(PresetFileParser, EmptyKey)
{
PresetFileParser parser;
ASSERT_TRUE(parser.Read(std::string(fileParserTestDataPath) + "parser-simple.milk"));
Expand Down

0 comments on commit 99259dc

Please sign in to comment.