Fix tests

This commit is contained in:
Benoit Marty 2025-12-20 16:26:34 +01:00
parent 95372d9cfb
commit ecc57ab9a9

View file

@ -141,7 +141,7 @@ class SecurityAndPrivacyViewTest {
} }
@Test @Test
@Config(qualifiers = "h640dp") @Config(qualifiers = "h1024dp")
fun `click on history visibility item emits the expected event`() { fun `click on history visibility item emits the expected event`() {
val recorder = EventsRecorder<SecurityAndPrivacyEvent>() val recorder = EventsRecorder<SecurityAndPrivacyEvent>()
val state = aSecurityAndPrivacyState( val state = aSecurityAndPrivacyState(
@ -156,7 +156,7 @@ class SecurityAndPrivacyViewTest {
} }
@Test @Test
@Config(qualifiers = "h640dp") @Config(qualifiers = "h1024dp")
fun `click on encryption item emits the expected event`() { fun `click on encryption item emits the expected event`() {
val recorder = EventsRecorder<SecurityAndPrivacyEvent>() val recorder = EventsRecorder<SecurityAndPrivacyEvent>()
val state = aSecurityAndPrivacyState( val state = aSecurityAndPrivacyState(