Skip to content

Commit b504d98

Browse files
Merge pull request #34 from kaferi/master
Fix PutMarkdownInStorageToPdf Test
2 parents c16954e + 5325da6 commit b504d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/src/test/java/com/aspose/asposecloudpdfandroid/api/ConvertToPdfTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ public void putMarkdownInStorageToPdfTest() throws ApiException
557557
String srcPath = th.tempFolder + '/' + name;
558558
String resultName = "fromPs.pdf";
559559

560-
AsposeResponse response = th.pdfApi.putMarkdownInStorageToPdf(resultName, srcPath, th.tempFolder, null);
560+
AsposeResponse response = th.pdfApi.putMarkdownInStorageToPdf(resultName, srcPath, null, th.tempFolder);
561561
assertEquals(200, (int)response.getCode());
562562
}
563563

0 commit comments

Comments
 (0)