This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git


The following commit(s) were added to refs/heads/master by this push:
     new 31d8461f testProbeContentType behavior is OS-dependent.
31d8461f is described below

commit 31d8461ff38b81056d2f22b031984833a5da4b64
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jul 24 14:41:15 2022 -0400

    testProbeContentType behavior is OS-dependent.
---
 src/test/java/org/apache/commons/io/file/FilesUncheckTest.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/io/file/FilesUncheckTest.java 
b/src/test/java/org/apache/commons/io/file/FilesUncheckTest.java
index 9168c9e6..6951c62b 100644
--- a/src/test/java/org/apache/commons/io/file/FilesUncheckTest.java
+++ b/src/test/java/org/apache/commons/io/file/FilesUncheckTest.java
@@ -343,7 +343,6 @@ public class FilesUncheckTest {
         // Empirical: probeContentType is "text/plain" on Windows
         // Empirical: probeContentType is "application/plain" on Ubuntu
         // Empirical: probeContentType is ? on macOS
-        assertNotNull(probeContentType);
     }
 
     @Test

Reply via email to