Rak
02/08/2022, 2:16 PMinitialState
object in the assert is the one I passed in in the `.test()`method, not the one from my view model:
class AnalyticsConsentViewModel(val prefs: Preferences) : ViewModel(),
ContainerHost<AnalyticsConsentState, NavigationEvent> {
override val container: Container<AnalyticsConsentState, NavigationEvent> =
container(AnalyticsConsentState(consentGiven = true))