Fixes test for LiteFindingsReport (#4479)

This commit is contained in:
Gabriel Freitas Vasconcelos
2022-01-11 10:19:39 -03:00
committed by GitHub
parent 93d30c189e
commit 56e7fa94a4

View File

@@ -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)
}
}