Fix search tests.
This commit is contained in:
parent
c74445cf5b
commit
823e7bf212
|
@ -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…
Reference in New Issue