LogFlames commented on code in PR #50: URL: https://github.com/apache/maven-dependency-tree/pull/50#discussion_r1907320106
########## src/test/java/org/apache/maven/shared/dependency/graph/internal/DefaultDependencyNodeTest.java: ########## @@ -42,4 +42,12 @@ public void nodeString_for_mandatory_depenendency_does_not_contain_optional_info new DefaultDependencyNode(null, artifact, "1.0", "compile", "1.0", false, emptyList()); assertEquals("group:artifact:jar:1.2:compile", optionalNode.toNodeString()); } + + @Test + public void defaultDependencyNode_should_return_null_conflict_data() { Review Comment: Want to doublecheck: `defaultDependencyNodeShouldReturnNullConflictData`? Should I rename the other tests in this file as well (`nodeString_for_mandatory_depenendency_does_not_contain_optional_information` and `nodeString_should_display_if_dependency_is_optonal`)? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org