Skip to content

Commit

Permalink
delete old test files
Browse files Browse the repository at this point in the history
  • Loading branch information
wagyourtail committed Jun 18, 2024
1 parent f5dde94 commit 665801a
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@ package xyz.wagyourtail.jvmdg.test
import org.gradle.testkit.runner.GradleRunner
import org.junit.Test
import java.io.File
import java.nio.file.Path
import kotlin.test.BeforeTest

class TestDowngrade {

@BeforeTest
fun clean() {
File("test-downgrade/.gradle/jvmdg").deleteRecursively()
}

@Test
fun testDowngrade() {
val result = GradleRunner.create()
Expand Down

0 comments on commit 665801a

Please sign in to comment.