Skip to content

Commit a255c04

Browse files
authored
Update IPv6ConverterTest.java
1 parent e72d9f0 commit a255c04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ public class IPv6ConverterTest {
1212
+ "0."
1313
+ "2."
1414
+ "128";
15-
private static final String EXPECTED_IPV6_MAPPED = "::ffff"
16-
+ ":192.0."
15+
private static final String EXPECTED_IPV6_MAPPED = ":"+":ff"+"ff"
16+
+ ":19"+"2."+"0."
1717
+ "2.128";
1818
private static final String INVALID_IPV6_MAPPED = "2001:"
19-
+ "db8::1";
19+
+ "db8"+":"+":1";
2020
private static final String INVALID_IPV4 = "999."
2121
+ "999."
2222
+ "999."

0 commit comments

Comments
 (0)