Skip to content

Commit

Permalink
rename test method to standard name
Browse files Browse the repository at this point in the history
  • Loading branch information
Goutam Lavudiya committed Mar 25, 2020
1 parent 10ee0ef commit 7f4af8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public void testCleanCurlyBracesAsWell() {
}

@Test
public void test_getNonOverWritingFileName_returnsUniqueName(@TempDir Path tempDirectory) throws IOException {
public void testGetNonOverWritingFileNameReturnsUniqueName(@TempDir Path tempDirectory) throws IOException {
String dummyFile1 = "default.txt";
String dummyFile2 = "default (1).txt";
String expectedFileName = "default (2).txt";
Expand Down

0 comments on commit 7f4af8c

Please sign in to comment.