Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sunkup committed Jan 21, 2025
1 parent 7d4bca1 commit 641002a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ package at.bitfire.davdroid

import at.bitfire.davdroid.push.PushRegistrationWorkerManager
import at.bitfire.davdroid.repository.DavCollectionRepository
import at.bitfire.davdroid.repository.SyncOnCollectionsChangeListener.SyncOnCollectionsChangeListenerModule
import at.bitfire.davdroid.startup.StartupPlugin
import at.bitfire.davdroid.startup.TasksAppWatcher
import dagger.Module
Expand All @@ -19,7 +20,7 @@ import dagger.multibindings.Multibinds
components = [SingletonComponent::class],
replaces = [SyncOnCollectionsChangeListenerModule::class]
)
abstract class SyncOnCollectionsChangeListenerModule {
abstract class TestSyncOnCollectionsChangeListenerModule {
// provides empty set of listeners
@Multibinds
abstract fun empty(): Set<DavCollectionRepository.OnChangeListener>
Expand Down

0 comments on commit 641002a

Please sign in to comment.