Skip to content

Commit 6abcd83

Browse files
committed
Updated to a less strange IP
(Lets move away for Googles DNS)
1 parent a82c4a6 commit 6abcd83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Laravel5_3/Providers/GeocoderServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function testItResolvesAGivenIPAddress()
6767

6868
// Act
6969
$results = app('geocoder')
70-
->geocode('8.8.8.8')
70+
->geocode('72.229.28.185')
7171
->get();
7272

7373
// Assert

0 commit comments

Comments
 (0)