NTP-67033 | TC fix (#16302)
This commit is contained in:
@@ -220,6 +220,10 @@ object NaviPayNetworkModuleTest {
|
||||
@Provides
|
||||
fun providesOrderErrorDao(naviPayAppDatabase: NaviPayAppDatabase) =
|
||||
naviPayAppDatabase.orderErrorDao()
|
||||
|
||||
@Singleton
|
||||
@Provides
|
||||
fun providesEmiDao(naviPayAppDatabase: NaviPayAppDatabase) = naviPayAppDatabase.emiDao()
|
||||
}
|
||||
|
||||
// ViewModelComponent is not directly available in the test setup for @HiltAndroidTest. In tests,
|
||||
|
||||
Reference in New Issue
Block a user