Update unit tests

This commit is contained in:
yostyle 2023-07-18 13:49:51 +02:00
parent ad6f772a62
commit 3e8a536c0d
3 changed files with 10 additions and 4 deletions

View file

@ -48,6 +48,7 @@ fun RoomNotificationSettingsOption(
.fillMaxWidth()
.selectable(
selected = isSelected,
enabled = enabled,
onClick = { onOptionSelected(roomNotificationSettingsItem) },
role = Role.RadioButton,
)