feat: add test case for nested directory file writing
This commit is contained in:
@@ -78,6 +78,10 @@ func TestWriteFile(t *testing.T) {
|
||||
remotePath: "hello.txt",
|
||||
content: "Hello webdav",
|
||||
},
|
||||
{
|
||||
remotePath: "//nested/dir/test.txt",
|
||||
content: "Nested file",
|
||||
},
|
||||
{
|
||||
remotePath: "nested/dir/test.txt",
|
||||
content: "Nested file",
|
||||
|
||||
Reference in New Issue
Block a user