Skip to content

Commit

Permalink
修复错误测试代码
Browse files Browse the repository at this point in the history
  • Loading branch information
maoabc committed Jan 17, 2023
1 parent 0f33996 commit 7555b33
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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");
Expand Down

0 comments on commit 7555b33

Please sign in to comment.