Cleanup
This commit is contained in:
parent
6ef9964de9
commit
6eec5fafe1
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ class DefaultScreenTrackerTest {
|
|||
lifecycleOwner.givenState(Lifecycle.State.RESUMED)
|
||||
assertThat(awaitItem()).isEqualTo(Unit)
|
||||
systemClock.epochMillisResult = 450
|
||||
lifecycleOwner.givenState((Lifecycle.State.DESTROYED))
|
||||
lifecycleOwner.givenState(Lifecycle.State.DESTROYED)
|
||||
}
|
||||
assertThat(analyticsService.screenEvents).containsExactly(
|
||||
MobileScreen(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue