Fix tests
This commit is contained in:
parent
95372d9cfb
commit
ecc57ab9a9
1 changed files with 2 additions and 2 deletions
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue