You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm install
export API_KEY=(key)
npm test
21 passing (1s)
1 failing
1) Location API
example:
Uncaught Error: expect(received).toEqual(expected) // deep equality
Expected: 200635
Received: 1026201
Location API
1) example
I actually experienced this when refactoring PHP so switched to nodejs to sanity check the expected number and I think the 'Austin' search here changed due to possible updates?
ilyazub
changed the title
npm test assertion: Location API expected 200635 received 1026201test/LocationApiSpec.js test failure: Location API expected 200635 received 1026201
Aug 23, 2024
ilyazub
changed the title
test/LocationApiSpec.js test failure: Location API expected 200635 received 1026201test/LocationApiSpec.js test failure: google_id changed from 200635 to 1026201
Aug 23, 2024
To replicate
Location API
1) example
I actually experienced this when refactoring PHP so switched to nodejs to sanity check the expected number and I think the 'Austin' search here changed due to possible updates?
const expect = require('expect');
const serpapi = require('../lib/main');
The text was updated successfully, but these errors were encountered: