We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2c2e7 commit 8774be4Copy full SHA for 8774be4
src/test/java/com/thealgorithms/conversions/IPv6ConverterTest.java
@@ -35,7 +35,7 @@ public void testIpv6ToIpv4InvalidFormat() {
35
}
36
37
@Test
38
- public void testIpv4ToIpv6_EmptyString() {
+ public void testIpv4ToIpv6EmptyString() {
39
String emptyIpv4 = getEmptyString();
40
assertThrows(UnknownHostException.class, () -> { IPv6Converter.ipv4ToIpv6(emptyIpv4); });
41
0 commit comments