Fixed
Status Update
Comments
vs...@google.com <vs...@google.com>
aa...@google.com <aa...@google.com>
aa...@google.com <aa...@google.com>
an...@google.com <an...@google.com> #2
To the reporter: this error is related to the class NotificationsViewModel
. I'm trying to figure out exactly how this could happen, but haven't quite gotten there yet. The error seems to imply that the class's constructor is marked with @AssistedInject
, but potentially also with @Inject
(even though that wouldn't build).
Would you mind sharing some details about how exactly this view model is using Dagger attributes?
(I have a potential fix I can make regardless, but it's always helpful to actually understand the root cause.)
Description
`assertThat(channel.isEmpty)`
The test fails when I modify the calls to the following:
`assertThat(channel.isEmpty).isTrue()`
Note: the failure is caused by the final `assertThat(channel.isEmpty).isTrue()` call... the others don't fail.