Skip to content

Commit

Permalink
Remove unnecessary suppress annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
uzzu committed Nov 25, 2023
1 parent a6141d6 commit 64e28f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import org.junit.jupiter.api.Test
import org.junit.jupiter.api.io.TempDir
import java.io.File

@Suppress("UnstableApiUsage") // GradleRunner#withPluginClasspath
class BasicUsageTest {

@TempDir
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import org.junit.jupiter.api.Test
import org.junit.jupiter.api.io.TempDir
import java.io.File

@Suppress("UnstableApiUsage") // GradleRunner#withPluginClasspath
class HierarchicalDotEnvDefinitionsTest {

@TempDir
Expand Down

0 comments on commit 64e28f0

Please sign in to comment.