- update test

This commit is contained in:
rocketlaunchr-cto 2021-07-01 12:03:01 +10:00
parent 4ded487839
commit 53daeb7575

View File

@ -16,8 +16,7 @@ func TestSearch(t *testing.T) {
q := "Hello World"
opts := googlesearch.SearchOptions{
Limit: 20,
ProxyAddr: "socks://127.0.0.1:7890",
Limit: 20,
}
returnLinks, err := googlesearch.Search(ctx, q, opts)