From 435bfea959b3d1751c0434456e3ae85ef0ae0549 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E5=AE=81?= <3297813122@qq.com> Date: Tue, 12 Nov 2024 15:36:01 +0800 Subject: [PATCH] =?UTF-8?q?test-fileServer-=E6=B8=85=E7=90=86=E7=94=B1?= =?UTF-8?q?=E4=BA=8E=E6=B5=8B=E8=AF=95=E6=96=87=E4=BB=B6=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E4=BA=A7=E7=94=9F=E7=9A=84=E8=84=8F=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/net/ximatai/muyun/test/fileserver/TestFileDownload.java | 1 - 1 file changed, 1 deletion(-) diff --git a/muyun-boot/src/test/java/net/ximatai/muyun/test/fileserver/TestFileDownload.java b/muyun-boot/src/test/java/net/ximatai/muyun/test/fileserver/TestFileDownload.java index 8d4a797c..d3311a7a 100644 --- a/muyun-boot/src/test/java/net/ximatai/muyun/test/fileserver/TestFileDownload.java +++ b/muyun-boot/src/test/java/net/ximatai/muyun/test/fileserver/TestFileDownload.java @@ -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();