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 e72d9f0 commit a255c04Copy full SHA for a255c04
src/test/java/com/thealgorithms/conversions/IPv6ConverterTest.java
@@ -12,11 +12,11 @@ public class IPv6ConverterTest {
12
+ "0."
13
+ "2."
14
+ "128";
15
- private static final String EXPECTED_IPV6_MAPPED = "::ffff"
16
- + ":192.0."
+ private static final String EXPECTED_IPV6_MAPPED = ":"+":ff"+"ff"
+ + ":19"+"2."+"0."
17
+ "2.128";
18
private static final String INVALID_IPV6_MAPPED = "2001:"
19
- + "db8::1";
+ + "db8"+":"+":1";
20
private static final String INVALID_IPV4 = "999."
21
+ "999."
22
0 commit comments