Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
For #15369: Add synced tabs usage metrics.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarare committed Dec 7, 2020
1 parent 7a0c019 commit 7e3ae0b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ class ListenerDelegateTest {
delegate.onTabClicked(mockk())

verify { listener?.onTabClicked(any()) }
verify { metrics.track(Event.SyncedTabOpened) }
}
}

0 comments on commit 7e3ae0b

Please sign in to comment.