We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea7fa12 commit 7c452ccCopy full SHA for 7c452cc
src/test/java/com/microsoft/graph/core/tasks/LargeFileUploadTest.java
@@ -159,7 +159,7 @@ protected java.util.List<UploadSliceRequestBuilder<TestDriveItem>> getUploadSlic
159
};
160
161
// Act
162
- UploadResult<TestDriveItem> result = task.upload(3, null);
+ task.upload(3, null);
163
164
// Verify the chunkStream content
165
ByteArrayInputStream capturedStream = captor.getValue();
0 commit comments