Skip to content

Commit

Permalink
Fixed workingDir cleanup mode from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
r0adkll committed Sep 13, 2024
1 parent 942b4a5 commit ffaccea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import strikt.assertions.isEqualTo

class HintSymbolProcessorTest {

@TempDir(cleanup = CleanupMode.NEVER)
@TempDir(cleanup = CleanupMode.ON_SUCCESS)
lateinit var workingDir: File

@ParameterizedTest
Expand Down

0 comments on commit ffaccea

Please sign in to comment.