Skip to content

Commit c6cfe2b

Browse files
update test
1 parent 967d70c commit c6cfe2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/aspose/words/cloud/TestBatch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public void testBatch() throws ApiException, MessagingException, IOException {
7373
ParagraphInsert request3body = new ParagraphInsert();
7474
request3body.setText("This is a new paragraph for your document");
7575
BatchPartRequest request3 = new BatchPartRequest(
76-
new InsertParagraphRequest(remoteName, request3body, "sections/0", remoteFolder, null, null, null, null, null, null, null, null)
76+
new InsertParagraphRequest(remoteName, request3body, "sections/0", remoteFolder, null, null, null, null, null, null, null)
7777
);
7878

7979
BatchPartRequest request4 = new BatchPartRequest(

0 commit comments

Comments
 (0)