Skip to content

Commit

Permalink
test-fileServer-清理由于测试文件功能产生的脏文件
Browse files Browse the repository at this point in the history
  • Loading branch information
Ning19230223 committed Nov 12, 2024
1 parent 731fb37 commit 435bfea
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ void testFileDownload() throws InterruptedException {
File file2 = service.get(id);
String filePath2 = file2.getPath();
System.out.println(filePath2);

service.delete(id);
file.deleteOnExit();
file2.deleteOnExit();
Expand Down

0 comments on commit 435bfea

Please sign in to comment.