Skip to content

Commit

Permalink
post rebase: Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
BillCarsonFr committed Feb 6, 2025
1 parent e65a436 commit 97a9ad4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class IdentityChangeStateViewTest {
setContent {
IdentityChangeStateView(
state = state,
onLinkClick = {},
onLinkClick = {_, _ -> },
)
}
}
Expand Down

0 comments on commit 97a9ad4

Please sign in to comment.