Update PathUtilTest.java

This commit is contained in:
kyoty 2021-05-24 19:02:39 +08:00 committed by GitHub
parent 0fa8043c11
commit f9193e819c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,6 +45,7 @@ public class PathUtilTest {
}
@Test
@Ignore
public void getMimeTypeTest(){
String mimeType = PathUtil.getMimeType(Paths.get("d:/test/test.jpg"));
Assert.assertEquals("image/jpeg", mimeType);