Fix search tests.

This commit is contained in:
Benoit Marty 2022-11-09 15:26:39 +01:00
parent c74445cf5b
commit 823e7bf212
1 changed files with 2 additions and 2 deletions

View File

@ -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,