elharo commented on code in PR #425:
URL: 
https://github.com/apache/maven-shared-utils/pull/425#discussion_r3978372472


##########
src/test/java/org/apache/maven/shared/utils/OsTest.java:
##########
@@ -112,6 +113,11 @@ public void testGetValidFamilies() {
         assertTrue(osFamilies.contains(Os.FAMILY_ZOS));
     }
 
+    @Test
+    public void testOsFamilyNotNull() {
+        assertNotNull(Os.OS_FAMILY);

Review Comment:
   Better yet, just test it's the empty string



-- 
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