post rebase: Fix test

This commit is contained in:
Valere 2025-02-06 17:16:09 +01:00
parent e65a436625
commit 22c0d08e7c

View file

@ -100,7 +100,7 @@ class IdentityChangeStateViewTest {
setContent {
IdentityChangeStateView(
state = state,
onLinkClick = {},
onLinkClick = { _, _ -> },
)
}
}