Skip to content

Commit 99259dc

Browse files
mertovunkblaschke
authored andcommitted
swaps misordered label values
1 parent e538ccc commit 99259dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/libprojectM/PresetFileParserTest.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ TEST(PresetFileParser, EmptyValue)
5454
EXPECT_EQ(values.at("empty_value"), "");
5555
}
5656

57-
TEST(PresetFileParser, EmptyKey)
57+
TEST(PresetFileParser, ValueWithSpaceDelimiter)
5858
{
5959
PresetFileParser parser;
6060
ASSERT_TRUE(parser.Read(std::string(fileParserTestDataPath) + "parser-simple.milk"));
@@ -66,7 +66,7 @@ TEST(PresetFileParser, EmptyKey)
6666
EXPECT_EQ(values.at("value_with_space"), "123");
6767
}
6868

69-
TEST(PresetFileParser, ValueWithSpaceDelimiter)
69+
TEST(PresetFileParser, EmptyKey)
7070
{
7171
PresetFileParser parser;
7272
ASSERT_TRUE(parser.Read(std::string(fileParserTestDataPath) + "parser-simple.milk"));

0 commit comments

Comments
 (0)