Skip to content

Commit a3b5388

Browse files
committed
Remove After - logically redundant
1 parent 88c2276 commit a3b5388

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/test/java/org/gluster/test/TestGlusterFuseInputStream.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ public void create() throws Exception{
2323
stream.close();
2424
}
2525

26-
@After
27-
public void cleanUp() throws Exception{
28-
new File(infile).delete();
29-
}
3026
@Test
3127
public void testDoubleClose() throws Exception{
3228
//test

0 commit comments

Comments
 (0)