File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ module.exports = {
41
41
42
42
test . strictEqual ( actual . metro , 501 , "should match metro" ) ;
43
43
44
- test . strictEqual ( actual . area , 1 , "should match area" ) ;
44
+ test . strictEqual ( actual . area , 5 , "should match area" ) ;
45
45
46
46
test . done ( ) ;
47
47
} ,
@@ -63,7 +63,7 @@ module.exports = {
63
63
64
64
test . strictEqual ( actual . timezone , 'Europe/Amsterdam' , "should match timezone" ) ;
65
65
66
- test . strictEqual ( actual . city , 'Amsterdam ' , "should match city" ) ;
66
+ test . strictEqual ( actual . city , 'Zandvoort ' , "should match city" ) ;
67
67
68
68
test . ok ( actual . ll , 'should contain coordinates' ) ;
69
69
@@ -78,7 +78,7 @@ module.exports = {
78
78
test . expect ( 2 ) ;
79
79
80
80
var ip = "2.139.175.1" ;
81
- var expected = "Pamplona " ;
81
+ var expected = "Madrid " ;
82
82
var actual = geoip . lookup ( ip ) ;
83
83
84
84
test . ok ( actual , "Should return a non-null value for " + ip ) ;
You can’t perform that action at this time.
0 commit comments