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

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