Skip to content

Commit

Permalink
chore: Changed ExistingWorkPolicy to REPLACE in fake request worker
Browse files Browse the repository at this point in the history
  • Loading branch information
orsalido committed Oct 15, 2020
1 parent 7fdc7de commit 9627f4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class FakeInfectionReportWorker(context: Context, workerParams: WorkerParameters
preferencesRepository.setTDummy(tDummy)
}

start(applicationContext, tDummy, ExistingWorkPolicy.APPEND)
start(applicationContext, tDummy, ExistingWorkPolicy.REPLACE)
return Result.success()
}

Expand Down

0 comments on commit 9627f4d

Please sign in to comment.