Rename a test method to use dir instead folder
Closes gh-4434
This commit is contained in:
parent
4b302e177a
commit
aa432daa3e
|
@ -55,7 +55,7 @@ public class ApplicationTempTests {
|
|||
}
|
||||
|
||||
@Test
|
||||
public void getSubFolder() throws Exception {
|
||||
public void getSubDir() throws Exception {
|
||||
ApplicationTemp temp = new ApplicationTemp();
|
||||
assertThat(temp.getDir("abc"), equalTo(new File(temp.getDir(), "abc")));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue