Skip to content

Commit

Permalink
ExcelReporterFunTest: Update expected results to enable the test again
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Oct 10, 2020
1 parent b70e3f4 commit 5e1008e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import org.ossreviewtoolkit.utils.test.readOrtResult

class ExcelReporterFunTest : WordSpec({
"ExcelReporter" should {
"successfully export to an Excel sheet".config(enabled = false) {
"successfully export to an Excel sheet" {
val outputDir = createTempDir(ORT_NAME, javaClass.simpleName).apply { deleteOnExit() }
val ortResult = readOrtResult(
"../scanner/src/funTest/assets/file-counter-expected-output-for-analyzer-result.yml"
Expand Down

0 comments on commit 5e1008e

Please sign in to comment.