Skip to content

Commit

Permalink
errorprone :: ConstantField - UnitTest.TMPDIR (#875)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdahlke authored Aug 7, 2024
1 parent 225b05a commit 7047ec3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/emissary/test/core/junit5/UnitTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public abstract class UnitTest {

@TempDir
public static File temporaryDirectory;
@SuppressWarnings("ConstantField")
protected static String TMPDIR = "/tmp";
@Nullable
protected Package thisPackage = null;
Expand Down

0 comments on commit 7047ec3

Please sign in to comment.