diff --git a/tests/TestPDDLParser.cpp b/tests/TestPDDLParser.cpp index c5857db..d1d897e 100644 --- a/tests/TestPDDLParser.cpp +++ b/tests/TestPDDLParser.cpp @@ -393,7 +393,7 @@ TEST(PDDLParserTests, DetectSyntaxErrors) //////////////////////////////////////////////////////////////////////////////////////////////////// -TEST(PDDLParserTests, DetectIssues) +TEST(PDDLParserTests, CheckIssues) { // Check white space issues with constants and parsing unsupported sections ASSERT_NO_THROW(Description::fromFile("data/issues/issue-1.pddl"));