Skip to content

Commit

Permalink
Revert AndroidLifecyclePlugin test
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoud-elmorabea committed Dec 27, 2024
1 parent c70328a commit 6d0fa9f
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,8 @@ class AndroidLifecyclePluginTests : IntegrationTest() {
val tracks = mutableListOf<TrackEvent>()
verify { mockPlugin.track(capture(tracks)) }
// 1. Application Installed
// 2. Application Foregrounded
// 3. Application Opened
assertEquals(3, tracks.size)
// 2. Application Opened
assertEquals(2, tracks.size)
with(tracks.last()) {
assertEquals("Application Opened", event)
assertEquals(
Expand Down

0 comments on commit 6d0fa9f

Please sign in to comment.