post rebase: Fix test

This commit is contained in:
Valere 2025-02-06 17:16:09 +01:00
parent 9b16446d6d
commit f2c0bcaf07

View file

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