Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
add test cleanup to remove remaining file
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Oct 11, 2023
1 parent 7c93e74 commit 4a205b0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ class PluginExtensionMethodsTest extends Dsl2Spec{
then:
noExceptionThrown()
!stdout

cleanup:
schema_dest.delete()
}

def 'should validate a schema csv' () {
Expand Down

0 comments on commit 4a205b0

Please sign in to comment.