mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-01 13:58:20 +03:00
another try to fixe shitty viewcount test
This commit is contained in:
parent
0cd56ddeb8
commit
a3326dc598
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ public class YoutubeSearchEngineTest extends AndroidTestCase {
|
||||||
SearchEngine engine = ServiceList.getService("Youtube")
|
SearchEngine engine = ServiceList.getService("Youtube")
|
||||||
.getSearchEngineInstance(new Downloader());
|
.getSearchEngineInstance(new Downloader());
|
||||||
|
|
||||||
result = engine.search("adele",
|
result = engine.search("star wars",
|
||||||
0, "de", new Downloader()).getSearchResult();
|
0, "de", new Downloader()).getSearchResult();
|
||||||
suggestionReply = engine.suggestionList("hello","de",new Downloader());
|
suggestionReply = engine.suggestionList("hello","de",new Downloader());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue