Skip to content

Commit

Permalink
no flush strategy stub.
Browse files Browse the repository at this point in the history
  • Loading branch information
tryangul committed Nov 20, 2024
1 parent 3be3bf1 commit a5b6d0b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ class SpillToDiskTaskTest {
@Test
fun `publishes 'spilled file' aggregates according to time window on stream flush event`() =
runTest {
// flush strategy returns false, so it won't flush
coEvery { flushStrategy.shouldFlush(any(), any(), any()) } returns false
every { timeWindow.isComplete() } returns true

val flushMsg = StreamFlushEvent(101L)
Expand Down

0 comments on commit a5b6d0b

Please sign in to comment.