Clear unused and fix tests

This commit is contained in:
Kirill Kamakin
2022-04-05 19:20:39 +05:00
parent d40793104f
commit b129913a82
9 changed files with 19 additions and 80 deletions

View File

@@ -31,7 +31,8 @@ interface AuthModule {
@Provides
@Singleton
fun provideAuthServiceFactory(retrofitBuilder: RetrofitBuilder,
fun provideAuthServiceFactory(
retrofitBuilder: RetrofitBuilder,
baseURLStorage: BaseURLStorage,
): ServiceFactory<AuthService> = retrofitBuilder.createServiceFactory(baseURLStorage)