From a19effccab34d0241d155bc7b9d050b88b3a4809 Mon Sep 17 00:00:00 2001 From: Cheney Wong Date: Mon, 9 Jun 2025 17:09:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=AF=B4=E6=98=8E=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/test/java/test/EncryptAndMac.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]