Merge pull request #4434 from izeye/patch-48
* pr/4434: Rename a test method to use dir instead folder
This commit is contained in:
@@ -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")));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user