Rename a test method to use dir instead folder

Closes gh-4434
This commit is contained in:
Johnny Lim 2015-11-11 22:45:19 +09:00 committed by Phillip Webb
parent 4b302e177a
commit aa432daa3e
1 changed files with 1 additions and 1 deletions

View File

@ -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")));
}