Fix search tests.
This commit is contained in:
parent
c74445cf5b
commit
823e7bf212
@ -43,7 +43,7 @@ class SearchMessagesTest : InstrumentedTest {
|
|||||||
cryptoTestData.firstSession
|
cryptoTestData.firstSession
|
||||||
.searchService()
|
.searchService()
|
||||||
.search(
|
.search(
|
||||||
searchTerm = "lore",
|
searchTerm = "lorem",
|
||||||
limit = 10,
|
limit = 10,
|
||||||
includeProfile = true,
|
includeProfile = true,
|
||||||
afterLimit = 0,
|
afterLimit = 0,
|
||||||
@ -61,7 +61,7 @@ class SearchMessagesTest : InstrumentedTest {
|
|||||||
cryptoTestData.firstSession
|
cryptoTestData.firstSession
|
||||||
.searchService()
|
.searchService()
|
||||||
.search(
|
.search(
|
||||||
searchTerm = "lore",
|
searchTerm = "lorem",
|
||||||
roomId = cryptoTestData.roomId,
|
roomId = cryptoTestData.roomId,
|
||||||
limit = 10,
|
limit = 10,
|
||||||
includeProfile = true,
|
includeProfile = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user