Skip to content

Commit

Permalink
Update libraries/apollo-gradle-plugin/src/test/kotlin/util/TestUtils.kt
Browse files Browse the repository at this point in the history
Co-authored-by: Benoit Lubek <[email protected]>
  • Loading branch information
martinbonnin and BoD authored Aug 17, 2023
1 parent d6ab464 commit 35412c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ object TestUtils {
block(dest)
} finally {
// Comment this line if you want to keep the directory around during development
//dest.deleteRecursively()
dest.deleteRecursively()
}
}

Expand Down

0 comments on commit 35412c9

Please sign in to comment.