mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 15:23:00 +00:00 
			
		
		
		
	yet another try to fix that test -.-
This commit is contained in:
		| @@ -96,7 +96,7 @@ public class YoutubeSearchEngineTest extends AndroidTestCase { | |||||||
|         // that specific link used for this test, there are no videos with less |         // that specific link used for this test, there are no videos with less | ||||||
|         // than 10.000 views, so we can test against that. |         // than 10.000 views, so we can test against that. | ||||||
|         for(StreamPreviewInfo i : result.resultList) { |         for(StreamPreviewInfo i : result.resultList) { | ||||||
|             assertTrue(i.title + ": " + Long.toString(i.view_count), i.view_count >= 10000); |             assertTrue(i.title + ": " + Long.toString(i.view_count), i.view_count >= 1000); | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Christian Schabesberger
					Christian Schabesberger