summary refs log tree commit diff
path: root/t
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2009-11-10 17:16:43 +0100
committerfranck cuny <franck@lumberjaph.net>2009-11-10 17:16:43 +0100
commitae5a20fd326952e019b3fea5336213190dcb3973 (patch)
tree049de48965a49af238babd96c9f4c08a66f06dce /t
parentChecking in changes prior to tagging of version 0.03. Changelog diff is: (diff)
downloadwebservice-google-suggest-ae5a20fd326952e019b3fea5336213190dcb3973.tar.gz
fixed google suggest javascript updates
Diffstat (limited to 't')
-rw-r--r--t/01_suggest.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/01_suggest.t b/t/01_suggest.t
index 07dfc6a..5660d24 100644
--- a/t/01_suggest.t
+++ b/t/01_suggest.t
@@ -8,7 +8,7 @@ my $suggest = WebService::Google::Suggest->new();
 isa_ok($suggest->ua, "LWP::UserAgent", "ua() retuens LWP");
 
 my @data = $suggest->complete("google");
-is($data[0]->{query}, "google", "google completes to google");
+is($data[0]->{query}, "google maps", "google completes to google maps");
 ok($data[0]->{results}, "google has more than 0 results");
 is_deeply( [ $suggest->complete("udfg67a") ], [ ], "empty list" );