Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
looly committed Dec 27, 2022
1 parent 837489a commit 433c0d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hutool-extra/src/test/java/cn/hutool/extra/ftp/FtpTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
import cn.hutool.core.io.IoUtil;
import cn.hutool.core.lang.Console;
import cn.hutool.extra.ssh.Sftp;
import org.apache.commons.net.ftp.FTPFile;
import org.junit.Ignore;
import org.junit.Test;

import java.io.File;
import java.io.IOException;
import java.util.List;

Expand Down

0 comments on commit 433c0d3

Please sign in to comment.