From 7555b334c6346617b4e9bb491d647072b2f6c049 Mon Sep 17 00:00:00 2001 From: mao Date: Tue, 17 Jan 2023 20:30:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=94=99=E8=AF=AF=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/nmmedit/apkprotect/aar/ModuleProtectTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nmm-protect/apkprotect/src/test/java/com/nmmedit/apkprotect/aar/ModuleProtectTest.java b/nmm-protect/apkprotect/src/test/java/com/nmmedit/apkprotect/aar/ModuleProtectTest.java index 8828a75..77be5b3 100644 --- a/nmm-protect/apkprotect/src/test/java/com/nmmedit/apkprotect/aar/ModuleProtectTest.java +++ b/nmm-protect/apkprotect/src/test/java/com/nmmedit/apkprotect/aar/ModuleProtectTest.java @@ -1,14 +1,13 @@ package com.nmmedit.apkprotect.aar; import com.nmmedit.apkprotect.util.FileUtils; -import junit.framework.TestCase; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; -public class ModuleProtectTest extends TestCase { +public class ModuleProtectTest { private File getTestFile() throws IOException { final File tmp = File.createTempFile("tmp", "testAar.aar");