mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-11-06 02:03:00 +00:00
fixed faling searchengine unittest
This commit is contained in:
@@ -246,6 +246,9 @@ public class YoutubeSearchEngine implements SearchEngine {
|
||||
.replace(".", "")
|
||||
.replace(",", "");
|
||||
|
||||
if(Long.parseLong(output) == 30) {
|
||||
Log.d(TAG, "bla");
|
||||
}
|
||||
return Long.parseLong(output);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user