mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 04:08:44 +03:00
Fix search tests.
This commit is contained in:
parent
c74445cf5b
commit
823e7bf212
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ class SearchMessagesTest : InstrumentedTest {
|
|||
cryptoTestData.firstSession
|
||||
.searchService()
|
||||
.search(
|
||||
searchTerm = "lore",
|
||||
searchTerm = "lorem",
|
||||
limit = 10,
|
||||
includeProfile = true,
|
||||
afterLimit = 0,
|
||||
|
@ -61,7 +61,7 @@ class SearchMessagesTest : InstrumentedTest {
|
|||
cryptoTestData.firstSession
|
||||
.searchService()
|
||||
.search(
|
||||
searchTerm = "lore",
|
||||
searchTerm = "lorem",
|
||||
roomId = cryptoTestData.roomId,
|
||||
limit = 10,
|
||||
includeProfile = true,
|
||||
|
|
Loading…
Add table
Reference in a new issue