Skip to content

Commit

Permalink
Fix number of organic results found
Browse files Browse the repository at this point in the history
  • Loading branch information
jvmvik committed Feb 9, 2018
1 parent 4913067 commit 7653106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/serpapi/GoogleSearchResultsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public void realWorldExample() throws GoogleSearchException
GoogleSearchResults serp = new GoogleSearchResults(parameter);
JsonObject results = serp.getJson();

assertEquals(3, results.getAsJsonArray("organic_results").size());
assertEquals(9, results.getAsJsonArray("organic_results").size());
}

@Test
Expand Down

0 comments on commit 7653106

Please sign in to comment.