We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd582e commit 6ac160bCopy full SHA for 6ac160b
tests/xdvrx1_serverProject/FileWebServerTest.java
@@ -44,6 +44,6 @@ public void testConstructorShouldNotThrowException() throws IOException {
44
45
@After
46
public void tearDown() throws Exception {
47
-
+ tempFile.deleteOnExit();
48
}
49
-}
+}
0 commit comments