Skip to content

Commit 8774be4

Browse files
committed
Fix
1 parent be2c2e7 commit 8774be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/thealgorithms/conversions/IPv6ConverterTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public void testIpv6ToIpv4InvalidFormat() {
3535
}
3636

3737
@Test
38-
public void testIpv4ToIpv6_EmptyString() {
38+
public void testIpv4ToIpv6EmptyString() {
3939
String emptyIpv4 = getEmptyString();
4040
assertThrows(UnknownHostException.class, () -> { IPv6Converter.ipv4ToIpv6(emptyIpv4); });
4141
}

0 commit comments

Comments
 (0)