diff --git a/maxmind-db b/maxmind-db index 2b37923..1271107 160000 --- a/maxmind-db +++ b/maxmind-db @@ -1 +1 @@ -Subproject commit 2b37923df61aa3b5fb6c7edfbf4dc5fafa10258a +Subproject commit 1271107ccad72c320bc7dc8aefd767cba550101a diff --git a/tests/GeoIp2/Test/Database/ReaderTest.php b/tests/GeoIp2/Test/Database/ReaderTest.php index a709113..4996c6e 100644 --- a/tests/GeoIp2/Test/Database/ReaderTest.php +++ b/tests/GeoIp2/Test/Database/ReaderTest.php @@ -171,7 +171,7 @@ public function testConnectionType(): void $ipAddress = '1.0.1.1'; $record = $reader->connectionType($ipAddress); - $this->assertSame('Cable/DSL', $record->connectionType); + $this->assertSame('Cellular', $record->connectionType); $this->assertSame($ipAddress, $record->ipAddress); $this->assertSame('1.0.1.0/24', $record->network); $reader->close();