Skip to content

Commit 6ac160b

Browse files
Update FileWebServerTest.java
1 parent 3dd582e commit 6ac160b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/xdvrx1_serverProject/FileWebServerTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ public void testConstructorShouldNotThrowException() throws IOException {
4444

4545
@After
4646
public void tearDown() throws Exception {
47-
47+
tempFile.deleteOnExit();
4848
}
49-
}
49+
}

0 commit comments

Comments
 (0)