Skip to content

Commit 97a9ad4

Browse files
committed
post rebase: Fix test
1 parent e65a436 commit 97a9ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/messages/impl/src/test/kotlin/io/element/android/features/messages/impl/crypto/identity/IdentityChangeStateViewTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class IdentityChangeStateViewTest {
100100
setContent {
101101
IdentityChangeStateView(
102102
state = state,
103-
onLinkClick = {},
103+
onLinkClick = {_, _ -> },
104104
)
105105
}
106106
}

0 commit comments

Comments
 (0)