Fixed broken unit test

This commit is contained in:
Gregory Oschwald 2013-05-20 13:18:05 -07:00
parent aeba497703
commit ef618d06c1

View File

@ -144,8 +144,8 @@ class ClientTest extends \PHPUnit_Framework_TestCase
public function testOmni() public function testOmni()
{ {
$omni = $this->client($this->getResponse('1.2.3.10')) $omni = $this->client($this->getResponse('1.2.3.4'))
->omni('1.2.3.10'); ->omni('1.2.3.4');
$this->assertInstanceOf('GeoIP2\Model\Omni', $omni); $this->assertInstanceOf('GeoIP2\Model\Omni', $omni);