@@ -247,6 +247,7 @@ internal class SingleMediaProductPlayLogTest {
247247 1 .seconds.inWholeMilliseconds
248248 assertThat(startAction.timestamp)
249249 .isBetween(perfectResumeTimestamp - 500 , perfectResumeTimestamp + 500 )
250+ assertThat(size()).isEqualTo(2 )
250251 }
251252 }
252253 true
@@ -302,6 +303,7 @@ internal class SingleMediaProductPlayLogTest {
302303 val perfectResumeTimestamp = stopAction.timestamp
303304 assertThat(startAction.timestamp)
304305 .isBetween(perfectResumeTimestamp - 500 , perfectResumeTimestamp + 500 )
306+ assertThat(size()).isEqualTo(2 )
305307 }
306308 }
307309 true
@@ -356,6 +358,7 @@ internal class SingleMediaProductPlayLogTest {
356358 val perfectResumeTimestamp = stopAction.timestamp
357359 assertThat(startAction.timestamp)
358360 .isBetween(perfectResumeTimestamp - 500 , perfectResumeTimestamp + 500 )
361+ assertThat(size()).isEqualTo(2 )
359362 }
360363 }
361364 true
@@ -412,6 +415,7 @@ internal class SingleMediaProductPlayLogTest {
412415 val perfectResumeTimestamp = stopAction.timestamp
413416 assertThat(startAction.timestamp)
414417 .isBetween(perfectResumeTimestamp - 500 , perfectResumeTimestamp + 500 )
418+ assertThat(size()).isEqualTo(2 )
415419 }
416420 }
417421 true
@@ -468,6 +472,7 @@ internal class SingleMediaProductPlayLogTest {
468472 val perfectResumeTimestamp = stopAction.timestamp
469473 assertThat(startAction.timestamp)
470474 .isBetween(perfectResumeTimestamp - 500 , perfectResumeTimestamp + 500 )
475+ assertThat(size()).isEqualTo(2 )
471476 }
472477 }
473478 true
@@ -552,6 +557,7 @@ internal class SingleMediaProductPlayLogTest {
552557 perfectSecondResumeTimestamp - 500 ,
553558 perfectSecondResumeTimestamp + 500 ,
554559 )
560+ assertThat(size()).isEqualTo(4 )
555561 }
556562 }
557563 true
@@ -630,6 +636,7 @@ internal class SingleMediaProductPlayLogTest {
630636 perfectSecondResumeTimestamp - 500 ,
631637 perfectSecondResumeTimestamp + 500 ,
632638 )
639+ assertThat(size()).isEqualTo(4 )
633640 }
634641 }
635642 true
@@ -818,6 +825,7 @@ internal class SingleMediaProductPlayLogTest {
818825 val perfectResumeTimestamp = stopAction.timestamp
819826 assertThat(startAction.timestamp)
820827 .isBetween(perfectResumeTimestamp - 500 , perfectResumeTimestamp + 500 )
828+ assertThat(size()).isEqualTo(2 )
821829 }
822830 }
823831 true
0 commit comments