pull/1348/head
Alex Baker 3 years ago
parent 5060cd3042
commit 7dace383e2

@ -15,7 +15,7 @@ import org.tasks.makers.TaskMaker.newTask
class RepeatTests : BaseTaskEditViewModelTest() { class RepeatTests : BaseTaskEditViewModelTest() {
@Test @Test
fun changeRepeatAfterCompletion() = runBlocking { fun changeRepeatAfterCompletion() = runBlocking {
val task = newTask(with(TaskMaker.RECUR, "RRULE:FREQ=DAILY;INTERVAL=1")) val task = newTask(with(TaskMaker.RECUR, "FREQ=DAILY;INTERVAL=1"))
setup(task) setup(task)
viewModel.repeatAfterCompletion = true viewModel.repeatAfterCompletion = true

Loading…
Cancel
Save