Skip to content

Commit 7047ec3

Browse files
authored
errorprone :: ConstantField - UnitTest.TMPDIR (#875)
1 parent 225b05a commit 7047ec3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/test/java/emissary/test/core/junit5/UnitTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public abstract class UnitTest {
5252

5353
@TempDir
5454
public static File temporaryDirectory;
55+
@SuppressWarnings("ConstantField")
5556
protected static String TMPDIR = "/tmp";
5657
@Nullable
5758
protected Package thisPackage = null;

0 commit comments

Comments
 (0)