Skip to content

Commit

Permalink
Fix PostEditorAnalyticsSession Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerardo committed Jul 9, 2024
1 parent 6e540db commit 4c4b391
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class PostEditorAnalyticsSessionTest {
val postEditorAnalyticsSession = createPostEditorAnalyticsSessionTracker(analyticsTracker)

// trigger all the editor_session events
postEditorAnalyticsSession.start(null, true, null)
postEditorAnalyticsSession.start(null, null)
postEditorAnalyticsSession.end()
postEditorAnalyticsSession.switchEditor(GUTENBERG)
postEditorAnalyticsSession.applyTemplate("Just a template name")
Expand Down

0 comments on commit 4c4b391

Please sign in to comment.