Skip to content

Commit 7555b33

Browse files
committed
修复错误测试代码
1 parent 0f33996 commit 7555b33

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nmm-protect/apkprotect/src/test/java/com/nmmedit/apkprotect/aar/ModuleProtectTest.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
package com.nmmedit.apkprotect.aar;
22

33
import com.nmmedit.apkprotect.util.FileUtils;
4-
import junit.framework.TestCase;
54

65
import java.io.File;
76
import java.io.FileOutputStream;
87
import java.io.IOException;
98
import java.io.InputStream;
109

11-
public class ModuleProtectTest extends TestCase {
10+
public class ModuleProtectTest {
1211

1312
private File getTestFile() throws IOException {
1413
final File tmp = File.createTempFile("tmp", "testAar.aar");

0 commit comments

Comments
 (0)