Skip to content

Commit

Permalink
never stop fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
Zemke committed Nov 15, 2023
1 parent 8f7e10e commit 335cbaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class MessageEventHandlingTest {
created = Instant.ofEpochMilli(1605483348499)
)
)
verify(sseEmitter, times(2)).send("EVENT", message)
verify(sseEmitter).send("EVENT", message)
}

@Test
Expand Down

0 comments on commit 335cbaf

Please sign in to comment.