Browse Source

Rename a test method to use dir instead folder

Closes gh-4434
pull/4432/merge
Johnny Lim 10 years ago committed by Phillip Webb
parent
commit
aa432daa3e
  1. 2
      spring-boot/src/test/java/org/springframework/boot/ApplicationTempTests.java

2
spring-boot/src/test/java/org/springframework/boot/ApplicationTempTests.java

@ -55,7 +55,7 @@ public class ApplicationTempTests { @@ -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…
Cancel
Save