Skip to content

Commit e30a42a

Browse files
Revert changes to temporary folder removal
1 parent 5bb1422 commit e30a42a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/test/scala/io/viash/runners/nextflow/Vdsl3StandaloneTest.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ class Vdsl3StandaloneTest extends AnyFunSuite with BeforeAndAfterAll {
304304
}
305305
}
306306

307-
// override def afterAll(): Unit = {
308-
// IO.deleteRecursively(temporaryFolder)
309-
// }
307+
override def afterAll(): Unit = {
308+
IO.deleteRecursively(temporaryFolder)
309+
}
310310
}

0 commit comments

Comments
 (0)