Skip to content

Commit b4787e5

Browse files
committed
Update unit test to with the recent Criteria ID for Austin
1 parent f6d03fc commit b4787e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/LocationApiSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ describe('Location API', () => {
66
var search = new serpapi.GoogleSearch()
77
search.location("Austin", 3, (data) => {
88
//console.log(data)
9-
expect(data[0].google_id).toEqual(200635)
9+
expect(data[0].google_id).toEqual(1026201)
1010
expect(data.length).toEqual(3)
1111
done()
1212
})

0 commit comments

Comments
 (0)