Skip to content

Commit 28c8e82

Browse files
committed
Fix more tests after changes
1 parent 3264bfd commit 28c8e82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

features/messages/impl/src/test/kotlin/io/element/android/features/messages/impl/timeline/factories/event/TimelineItemContentMessageFactoryTest.kt

+1
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ class TimelineItemContentMessageFactoryTest {
144144
plainText = "body",
145145
isEdited = false,
146146
formattedBody = null,
147+
pillifiedBody = SpannableString("body"),
147148
)
148149
assertThat(result).isEqualTo(expected)
149150
}

0 commit comments

Comments
 (0)