<@U12AGS8JG> Yes! I have a ViewModel that call a r...
# kotlintest
j
@sam Yes! I have a ViewModel that call a repository that exposes data as a Flow<User> and depends on that user I update a LiveData value. In my test, I want to test this logic and assert if the LiveData receives the expected value.