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 {
IdentityChangeStateView(
state = state,
onLinkClick = {},
onLinkClick = { _, _ -> },
)
}
}