fix FileTypeUtil

This commit is contained in:
weisz
2021-03-04 11:35:58 +08:00
parent 530151fbfd
commit 3a22d7e0da
2 changed files with 2 additions and 2 deletions

View File

@@ -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);
}
}