minor refactor for automation test

pull/941/head
Ryan Zhao 1 year ago
parent 74844cc6b3
commit e946fd81d2

@ -252,7 +252,7 @@ extension DisappearingMessagesConfiguration {
(2 * 7 * 24 * 60 * 60)
]
.map { TimeInterval($0) }
#if DEBUG
#if targetEnvironment(simulator)
result.insert(
TimeInterval(10),
at: 0
@ -267,7 +267,7 @@ extension DisappearingMessagesConfiguration {
(2 * 7 * 24 * 60 * 60)
]
.map { TimeInterval($0) }
#if DEBUG
#if targetEnvironment(simulator)
result.insert(
TimeInterval(10),
at: 0

Loading…
Cancel
Save