pull/2906/head
Alex Baker 1 month ago
parent f338e84d46
commit 8607f9556a

@ -282,7 +282,9 @@ class OpenTasksPropertiesTests : OpenTasksTest() {
fun removeSnoozeTime() = runBlocking {
val (listId, list) = withVtodo(SNOOZED)
synchronizer.sync()
withTZ(CHICAGO) {
synchronizer.sync()
}
val task = caldavDao.getTaskByRemoteId(list.uuid!!, "4CBBC669-70E3-474D-A0A3-0FC42A14A5A5")
?: throw IllegalStateException("Missing task")

Loading…
Cancel
Save