Skip to content

Commit

Permalink
Fix ktlint formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
goyamegh committed Feb 6, 2024
1 parent 1833d6d commit 64e1f20
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,8 @@ class DocumentMonitorRunnerIT : AlertingRestTestCase() {

val findings = searchFindings(monitor)
assertEquals("Findings saved for test monitor", 10, findings.size)
val foundFindings = findings.filter { it.relatedDocIds.contains("1") || it.relatedDocIds.contains("2") || it.relatedDocIds.contains("3") }
val foundFindings =
findings.filter { it.relatedDocIds.contains("1") || it.relatedDocIds.contains("2") || it.relatedDocIds.contains("3") }
assertEquals("Found findings for all docs", 4, foundFindings.size)
}

Expand Down

0 comments on commit 64e1f20

Please sign in to comment.