Skip to content

Commit

Permalink
chore(web-app): Trivially change a variable in a test to be plural
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Aug 15, 2024
1 parent b1dd96a commit f261664
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ class WebAppReporterFunTest : WordSpec({
val ortResult = readOrtResult(getAssetFile("scan-result-for-synthetic-gradle-lib.yml"))
val outputDir = tempdir()

val reportFileResult = WebAppReporter().generateReport(ReporterInput(ortResult), outputDir)
val reportFileResults = WebAppReporter().generateReport(ReporterInput(ortResult), outputDir)

reportFileResult.shouldBeSingleton {
reportFileResults.shouldBeSingleton {
it shouldBeSuccess { reportFile ->
reportFile.length() should beInRange(1559000L..1589000L)
}
Expand Down

0 comments on commit f261664

Please sign in to comment.