diff --git a/src/test/java/test/EncryptAndMac.java b/src/test/java/test/EncryptAndMac.java index bb8d924..9f72c0f 100644 --- a/src/test/java/test/EncryptAndMac.java +++ b/src/test/java/test/EncryptAndMac.java @@ -1,5 +1,6 @@ package test; +import cn.hutool.core.collection.ListUtil; import com.google.common.collect.Lists; import com.sunyard.sge.database.*; import org.junit.Assert; @@ -41,7 +42,7 @@ public class EncryptAndMac { // 批量短数据 - Listdata2 = Lists.newArrayList( + Listdata2 = Arrays.asList( new byte[8], new byte[500], new byte[512]