mirror of
https://github.com/jlengrand/detekt.git
synced 2026-03-10 08:11:23 +00:00
Fixes test for LiteFindingsReport (#4479)
This commit is contained in:
committed by
GitHub
parent
93d30c189e
commit
56e7fa94a4
@@ -42,7 +42,7 @@ class LiteFindingsReportSpec : Spek({
|
||||
}
|
||||
|
||||
it("should not add auto corrected issues to report") {
|
||||
val report = FindingsReport()
|
||||
val report = LiteFindingsReport()
|
||||
AutoCorrectableIssueAssert.isReportNull(report)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user