We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a417594 commit ae20777Copy full SHA for ae20777
data/src/test/java/com/threegap/bitnagil/data/user/repositoryImpl/UserRepositoryImplTest.kt
@@ -102,7 +102,7 @@ class UserRepositoryImplTest {
102
private val _userProfile = MutableStateFlow<UserProfile?>(null)
103
override val userProfile: StateFlow<UserProfile?> = _userProfile.asStateFlow()
104
105
- override suspend fun saveUserProfile(userProfile: UserProfile) {
+ override fun saveUserProfile(userProfile: UserProfile) {
106
_userProfile.update { userProfile }
107
}
108
0 commit comments