mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix FileTypeUtil
This commit is contained in:
@@ -53,7 +53,7 @@ public class FileTypeUtilTest {
|
||||
Console.log(hex);
|
||||
String type = FileTypeUtil.getType(file);
|
||||
Console.log(type);
|
||||
Assert.assertEquals("odf", type);
|
||||
Assert.assertEquals("ofd", type);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user