better tmp dir name in TestCaseWithTmpdirIndependentFromIdea
This commit is contained in:
@@ -30,7 +30,7 @@ public abstract class TestCaseWithTmpdirIndependentFromIdea {
|
||||
|
||||
@Before
|
||||
public void before() throws Exception {
|
||||
tmpdir = JetTestUtils.tmpDir(TestCaseWithTmpdirIndependentFromIdea.class.getName());
|
||||
tmpdir = JetTestUtils.tmpDir(this.getClass().getName());
|
||||
}
|
||||
|
||||
@After
|
||||
|
||||
Reference in New Issue
Block a user