mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 05:35:39 +03:00
Fix automated tests
Signed-off-by: Jonas Mayer <jonas.a.mayer@gmx.net>
This commit is contained in:
parent
04d65accb2
commit
22913b8e32
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ class BackgroundJobManagerTest {
|
|||
fun job_is_unique_and_replaces_previous_job() {
|
||||
verify(workManager).enqueueUniqueWork(
|
||||
eq(BackgroundJobManagerImpl.JOB_CONTENT_OBSERVER),
|
||||
eq(ExistingWorkPolicy.REPLACE),
|
||||
eq(ExistingWorkPolicy.APPEND),
|
||||
argThat(IsOneTimeWorkRequest())
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue