We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225b05a commit 7047ec3Copy full SHA for 7047ec3
1 file changed
src/test/java/emissary/test/core/junit5/UnitTest.java
@@ -52,6 +52,7 @@ public abstract class UnitTest {
52
53
@TempDir
54
public static File temporaryDirectory;
55
+ @SuppressWarnings("ConstantField")
56
protected static String TMPDIR = "/tmp";
57
@Nullable
58
protected Package thisPackage = null;
0 commit comments