Skip to content

Commit

Permalink
PMD Fix : Renamed Unit Test
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-pandey committed Dec 6, 2018
1 parent 9fa3925 commit 11f4a4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import static com.baeldung.algorithms.string.LongestSubstringNonRepeatingCharacters.getUniqueCharacterSubstring;
import static com.baeldung.algorithms.string.LongestSubstringNonRepeatingCharacters.getUniqueCharacterSubstringBruteForce;

public class LongestSubstringNonRepeatingCharactersTest {
public class LongestSubstringNonRepeatingCharactersUnitTest {

@Test
void givenString_whenGetUniqueCharacterSubstringBruteForceCalled_thenResultFoundAsExpectedUnitTest() {
Expand Down

0 comments on commit 11f4a4a

Please sign in to comment.