Skip to content

Commit 7c452cc

Browse files
committed
Fixing spot bug issue
1 parent ea7fa12 commit 7c452cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/microsoft/graph/core/tasks/LargeFileUploadTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ protected java.util.List<UploadSliceRequestBuilder<TestDriveItem>> getUploadSlic
159159
};
160160

161161
// Act
162-
UploadResult<TestDriveItem> result = task.upload(3, null);
162+
task.upload(3, null);
163163

164164
// Verify the chunkStream content
165165
ByteArrayInputStream capturedStream = captor.getValue();

0 commit comments

Comments
 (0)