Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasnlm committed Dec 25, 2021
1 parent 0f7b836 commit bf043d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/test/java/dev/lucasnlm/antimine/di/TestAppModule.kt
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ val AppModule = module {
override fun shouldRequestLogin(): Boolean = false

override fun signInToFirebase(activity: Activity) {}

override fun moreGameDeeplink(): String = ""
}
} bind IPlayGamesManager::class

Expand Down

0 comments on commit bf043d4

Please sign in to comment.