mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 02:15:35 +03:00
Fix broken unit test on emoji search
This commit is contained in:
parent
7a30c72828
commit
66092cfa25
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class EmojiDataSourceTest : InstrumentedTest {
|
|||
fun searchTestOneResult() {
|
||||
val emojiDataSource = createEmojiDataSource()
|
||||
val result = runBlocking {
|
||||
emojiDataSource.filterWith("france")
|
||||
emojiDataSource.filterWith("flag-france")
|
||||
}
|
||||
assertEquals("Should have 1 result", 1, result.size)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue