Skip to content

Commit 5a1fa49

Browse files
committed
tests: fix complie error on unit-test
1 parent ca2f276 commit 5a1fa49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/test/java/com/liulishuo/filedownloader/download/DownloadRunnableTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public void onProgress(long increaseBytes) {
9292
}
9393

9494
@Override
95-
public void onCompleted(DownloadRunnable doneRunnable, long startOffset, long endOffset) throws IOException {
95+
public void onCompleted(DownloadRunnable doneRunnable, long startOffset, long endOffset) {
9696
}
9797

9898
boolean isFirstTime = true;

0 commit comments

Comments
 (0)