Skip to content

Commit

Permalink
test-fileServer-新加文件get方法单元测试
Browse files Browse the repository at this point in the history
  • Loading branch information
Ning19230223 committed Oct 29, 2024
1 parent 9748407 commit 5c600dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public void test() throws IOException {
@Test
public void test2() throws IOException {
// 文件路径
Path filePath = Paths.get("D:/file-uploads/OctDay.txt");
Path filePath = Paths.get("./OctDay.txt");

// 要写入的内容(作为字符串列表)
List<String> lines = Arrays.asList(
Expand Down

0 comments on commit 5c600dd

Please sign in to comment.