Fixed broken unit test
This commit is contained in:
parent
aeba497703
commit
ef618d06c1
|
@ -144,8 +144,8 @@ class ClientTest extends \PHPUnit_Framework_TestCase
|
|||
|
||||
public function testOmni()
|
||||
{
|
||||
$omni = $this->client($this->getResponse('1.2.3.10'))
|
||||
->omni('1.2.3.10');
|
||||
$omni = $this->client($this->getResponse('1.2.3.4'))
|
||||
->omni('1.2.3.4');
|
||||
|
||||
$this->assertInstanceOf('GeoIP2\Model\Omni', $omni);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user