Merge pull request #4434 from izeye/patch-48

* pr/4434:
  Rename a test method to use dir instead folder
This commit is contained in:
Phillip Webb
2015-11-11 14:04:27 -08:00

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