Skip to content

Commit

Permalink
make search test stable
Browse files Browse the repository at this point in the history
  • Loading branch information
xyb committed Nov 27, 2019
1 parent a0c2e08 commit 6a6c701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_googlesearch.nim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import unittest
import googlesearch

test "search nim lang":
for result in search("nim lang", 1):
for result in search("Nim programming language", 1):
check result.url == "https://nim-lang.org/"

test "search more pages":
Expand Down

0 comments on commit 6a6c701

Please sign in to comment.