We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e499fb commit 42ed44eCopy full SHA for 42ed44e
1 file changed
tests/IPinfoTest.php
@@ -209,7 +209,7 @@ public function testGetBatchDetails()
209
$this->assertNotNull($ipV4['region']);
210
$this->assertNotNull($ipV4['country']);
211
$this->assertNotNull($ipV4['loc']);
212
- $this->assertNotNull($ipV4['postal']);
+ $this->assertNull($ipV4['postal']);
213
$this->assertNotNull($ipV4['timezone']);
214
$this->assertEquals($ipV4['org'], 'AS3356 Level 3 Parent, LLC');
215
}
0 commit comments