Commit aa432daa authored by Johnny Lim's avatar Johnny Lim Committed by Phillip Webb

Rename a test method to use dir instead folder

Closes gh-4434
parent 4b302e17
......@@ -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")));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment