NTP-67033 | TC fix (#16302)

This commit is contained in:
shreyansu raj
2025-05-23 22:30:18 +05:30
committed by GitHub
parent f2128de756
commit b4b56b43e9

View File

@@ -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,