Skip to content

Commit 346e5a8

Browse files
fix testDownloadFile
1 parent 57807b2 commit 346e5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/aspose/words/cloud/Storage/TestFileOperations.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public void testMoveFile() throws ApiException, FileNotFoundException {
126126
@Test
127127
public void testDownloadFile() throws ApiException, FileNotFoundException {
128128
String fileName = "test_multi_pages.docx";
129-
String remoteName = "TestDeleteFileSrc%s.docx";
129+
String remoteName = "testDownloadFile.docx";
130130

131131
String remotePath = PathUtil.get(TestInitializer.RemoteTestFolder, testFolder, remoteName).toString().replace("\\", "/");
132132

0 commit comments

Comments
 (0)