Skip to content

Commit 261a0a1

Browse files
committed
Update test for test database change
1 parent 633a571 commit 261a0a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/com/maxmind/db/ReaderTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ public void testNoIpV4SearchTreeURL() throws IOException,
7474
private void testNoIpV4SearchTree(Reader reader) throws IOException,
7575
URISyntaxException {
7676

77-
assertEquals("::/64", reader.get(InetAddress.getByName("1.1.1.1"))
77+
assertEquals("::0/64", reader.get(InetAddress.getByName("1.1.1.1"))
7878
.textValue());
79-
assertEquals("::/64", reader.get(InetAddress.getByName("192.1.1.1"))
79+
assertEquals("::0/64", reader.get(InetAddress.getByName("192.1.1.1"))
8080
.textValue());
8181
}
8282

0 commit comments

Comments
 (0)