Skip to content

Commit

Permalink
Update conviva/src/test/kotlin/com/bitmovin/analytics/conviva/Conviva…
Browse files Browse the repository at this point in the history
…AnalyticsIntegrationTest.kt

Co-authored-by: Matthias Tamegger <[email protected]>
  • Loading branch information
strangesource and matamegger authored Sep 24, 2024
1 parent 03e0dfe commit d91208b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ class ConvivaAnalyticsIntegrationTest {
}

player.listeners[PlayerEvent.AdBreakStarted::class]?.forEach {
it(createAdBreakStartedEvent(00.0))
it(createAdBreakStartedEvent(0.0))
}

verify { videoAnalytics.reportAdBreakStarted(any(), any()) }
Expand Down

0 comments on commit d91208b

Please sign in to comment.