Skip to content

Commit 1c95252

Browse files
committed
Update submodule
1 parent 441034b commit 1c95252

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

maxmind-db

Submodule maxmind-db updated 63 files

tests/GeoIp2/Test/Database/ReaderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public function testConnectionType(): void
171171
$ipAddress = '1.0.1.1';
172172

173173
$record = $reader->connectionType($ipAddress);
174-
$this->assertSame('Cable/DSL', $record->connectionType);
174+
$this->assertSame('Cellular', $record->connectionType);
175175
$this->assertSame($ipAddress, $record->ipAddress);
176176
$this->assertSame('1.0.1.0/24', $record->network);
177177
$reader->close();

0 commit comments

Comments
 (0)