Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandregpereira committed Aug 16, 2024
1 parent 8638fe9 commit 40c2536
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ import br.alexandregpereira.hunter.monster.compendium.state.MonsterCompendiumSta
import br.alexandregpereira.hunter.monster.compendium.state.MonsterPreviewState
import br.alexandregpereira.hunter.monster.event.MonsterEventDispatcher
import br.alexandregpereira.hunter.monster.event.emptyMonsterEventDispatcher
import br.alexandregpereira.hunter.monster.registration.event.MonsterRegistrationEventListener
import br.alexandregpereira.hunter.monster.registration.event.emptyMonsterRegistrationEventListener
import br.alexandregpereira.hunter.sync.event.SyncEventDispatcher
import br.alexandregpereira.hunter.sync.event.emptySyncEventDispatcher
import kotlinx.coroutines.Dispatchers
Expand All @@ -68,7 +66,6 @@ class MonsterCompendiumStateHolderTest {
private val folderPreviewEventDispatcher: FolderPreviewEventDispatcher = emptyFolderPreviewEventDispatcher()
private val monsterDetailEventDispatcher: MonsterEventDispatcher = emptyMonsterEventDispatcher()
private val syncEventDispatcher: SyncEventDispatcher = emptySyncEventDispatcher()
private val monsterRegistrationEventListener: MonsterRegistrationEventListener = emptyMonsterRegistrationEventListener()

private lateinit var stateHolder: MonsterCompendiumStateHolder

Expand Down Expand Up @@ -354,7 +351,6 @@ class MonsterCompendiumStateHolderTest {
folderPreviewEventDispatcher = folderPreviewEventDispatcher,
monsterEventDispatcher = monsterDetailEventDispatcher,
syncEventDispatcher = syncEventDispatcher,
monsterRegistrationEventListener = monsterRegistrationEventListener,
dispatcher = testCoroutineDispatcher,
analytics = MonsterCompendiumAnalytics(analytics = EmptyAnalytics()),
appLocalization = object : AppLocalization {
Expand Down

0 comments on commit 40c2536

Please sign in to comment.