mirror of
https://github.com/jlengrand/detekt.git
synced 2026-03-10 08:11:23 +00:00
Remove syso in naming convention test
This commit is contained in:
@@ -15,7 +15,6 @@ class NamingConventionViolationSpec : SubjectSpek<NamingConventionViolation>({
|
||||
it("should find all wrong namings") {
|
||||
val root = load(Case.NamingConventions)
|
||||
subject.visit(root)
|
||||
subject.findings.map { it.compact() }.forEach { println(it) }
|
||||
assertThat(subject.findings, hasSize(equalTo(9)))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user