Skip to content

Commit 3333630

Browse files
oschwaldclaude
andcommitted
Update maxmind-db test data submodule
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent d515d34 commit 3333630

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,8 +493,8 @@ public void testNoIpV4SearchTreeStream(int chunkSizes) throws IOException {
493493

494494
private void testNoIpV4SearchTree(Reader reader) throws IOException {
495495

496-
assertEquals("::0/64", reader.get(InetAddress.getByName("1.1.1.1"), String.class));
497-
assertEquals("::0/64", reader.get(InetAddress.getByName("192.1.1.1"), String.class));
496+
assertEquals("::/64", reader.get(InetAddress.getByName("1.1.1.1"), String.class));
497+
assertEquals("::/64", reader.get(InetAddress.getByName("192.1.1.1"), String.class));
498498
}
499499

500500
@ParameterizedTest

src/test/resources/maxmind-db

Submodule maxmind-db updated 83 files

0 commit comments

Comments
 (0)