Skip to content

Commit

Permalink
Fixes test for LiteFindingsReport (#4479)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfreivasc committed Jan 11, 2022
1 parent 93d30c1 commit 56e7fa9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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)
}
}
Expand Down

0 comments on commit 56e7fa9

Please sign in to comment.