3
3
Fork 1
mirror of https://github.com/recloudstream/cloudstream.git synced 2024-08-15 01:53:11 +00:00

Test Search Fix

This commit is contained in:
keyiflerolsun 2024-07-28 11:44:07 +03:00
parent a97dbc698c
commit 15187280d4
No known key found for this signature in database
GPG key ID: 3EA857B63E695DC2

View file

@ -282,7 +282,7 @@ object TestingUtils {
// Test Search Results
val searchQueries =
// Use the random 3 home page results as queries since they are guaranteed to exist
(homePageList.shuffled(Random).take(3).map { it.name } +
(homePageList.shuffled(Random).take(3).map { it.name.split(" ").first() } +
// If home page is sparse then use generic search queries
listOf("over", "iron", "guy")).take(4)