Skip to content

Commit 3997dcc

Browse files
committed
Enhanced: renamed a function
1 parent 7a9738b commit 3997dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-java-modules/core-java/src/test/java/com/baeldung/encoding/CharacterEncodingExamplesUnitTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public void givenUTF8String_whenDecodeByUS_ASCII_thenReportMalformedInputSequenc
9999
}
100100

101101
@Test
102-
public void givenTextFile_whenFindSuitableCandidateEncodings_thenProduceSuitableCandidateEncodings() {
102+
public void givenTextFile_whenLoopOverAllCandidateEncodings_thenProduceSuitableCandidateEncodings() {
103103
Path path = Paths.get("src/test/resources/encoding.txt");
104104
List<Charset> allCandidateCharSets = Arrays.asList(
105105
StandardCharsets.US_ASCII, StandardCharsets.UTF_8, StandardCharsets.ISO_8859_1);

0 commit comments

Comments
 (0)