Update update-mmdb.yaml #229
Annotations
3 errors
error: expect(received).toBe(expected):
geoip/server/__tests__/sample.test.js#L43
Expected: 200
Received: 404
at /home/runner/work/geoquery.in/geoquery.in/geoip/server/__tests__/sample.test.js:43:5
|
error: expect(received).toEqual(expected):
geoip/server/__tests__/sample.test.js#L61
[
{
city: "",
continent: "North America",
continentCode: "NA",
country: "United States",
countryCode: "",
hosting: false,
lat: 37.751,
lon: -97.822,
proxy: false,
query: "8.8.8.8",
region: "",
regionName: "",
status: "success",
timezone: "America/Chicago",
zip: "",
},
{
+ city: "Lockport",
- city: "Sugar Grove",
continent: "North America",
continentCode: "NA",
country: "United States",
countryCode: "",
hosting: false,
+ lat: 41.591,
+ lon: -88.0484,
- lat: 41.7776,
- lon: -88.4293,
proxy: false,
query: "4.4.4.4",
region: "IL",
regionName: "Illinois",
status: "success",
timezone: "America/Chicago",
+ zip: "60441",
- zip: "60554",
}
]
- Expected - 4
+ Received + 4
at /home/runner/work/geoquery.in/geoquery.in/geoip/server/__tests__/sample.test.js:61:5
|
tests
Process completed with exit code 1.
|