diff --git a/tests/LatLongEntityTest.php b/tests/LatLongEntityTest.php index 04cf0f7..66188a7 100644 --- a/tests/LatLongEntityTest.php +++ b/tests/LatLongEntityTest.php @@ -73,6 +73,6 @@ public function testInvalidCoords() public function testValidCoords() { $test = new LatLong($this->test_lat, $this->test_lng); - $this->assertInstanceOf(LatLong::class, $test); + $this->assertInstanceOf('\Ballen\Distical\Entities\LatLong', $test); } }