Skip to content

Commit

Permalink
test(clients/java): rename test method to express the test behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
zambrovski authored and korthout committed Oct 27, 2022
1 parent 5bdc901 commit bf01793
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public void shouldFailIfParentIsBrokenSymbolicLink() throws IOException {
}

@Test
public void shouldCreateFileOnlyIfParentIsSymbolicLinkToDirectory() throws IOException {
public void shouldCreateFileOnlyIfParentIsDirectory() throws IOException {
final File root = new File(temporaryFolder.getRoot(), "/some/root");
Files.createDirectories(root.toPath());
assertThat(root.exists()).isTrue();
Expand Down

0 comments on commit bf01793

Please sign in to comment.