Skip to content

Commit

Permalink
detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
samgst-amazon committed Feb 28, 2025
1 parent 370ecc5 commit b69d6c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ class TextDocumentServiceHandlerTest {

@Test
fun `didChange ignores non-content change events`() = runTest {
val nonContentEvent = mockk<VFileEvent>() // Some other type of VFileEvent
val nonContentEvent = mockk<VFileEvent>() // Some other type of VFileEvent

sut.after(mutableListOf(nonContentEvent))

Expand Down

0 comments on commit b69d6c6

Please sign in to comment.