-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Open
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Is there a StackOverflow question about this issue?
- I have searched StackOverflow
What happened?
There are some repository binds in TestDataModule that are not provided or injected anywhere in the app, so you've got some FakeRepository classes sitting idle e.g FakeTopicsRepository
Instead, you are using test doubles data sources e.g TestNiaNetworkDataSource where you create a fake data source e.g FakeNiaNetworkDataSource from the network module.
package com.google.samples.apps.nowinandroid.core.data.test.TestDataModule
Thanks
Patryk
Relevant logcat output
No response
Code of Conduct
- I agree to follow this project's Code of Conduct