gnodet commented on code in PR #11453:
URL: https://github.com/apache/maven/pull/11453#discussion_r2533171588


##########
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/ModelVersionUtilsTest.java:
##########
@@ -103,23 +104,6 @@ void shouldReturnDefaultVersionWhenModelVersionMissing() 
throws Exception {
             String result = ModelVersionUtils.detectModelVersion(document);
             assertEquals("4.0.0", result); // Default version
         }
-
-        @Test
-        @DisplayName("should detect version from namespace when model version 
is missing")
-        void shouldDetectVersionFromNamespaceWhenModelVersionMissing() throws 
Exception {

Review Comment:
   Why removing this test ? It looks slightly different from the above, as the 
`modelVersion` is not explicitly defined.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to