Commit 4254cc46 authored by Phillip Webb's avatar Phillip Webb

Merge pull request #4434 from izeye/patch-48

* pr/4434:
  Rename a test method to use dir instead folder
parents 4b302e17 aa432daa
...@@ -55,7 +55,7 @@ public class ApplicationTempTests { ...@@ -55,7 +55,7 @@ public class ApplicationTempTests {
} }
@Test @Test
public void getSubFolder() throws Exception { public void getSubDir() throws Exception {
ApplicationTemp temp = new ApplicationTemp(); ApplicationTemp temp = new ApplicationTemp();
assertThat(temp.getDir("abc"), equalTo(new File(temp.getDir(), "abc"))); 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