Fix a module name
[gitmo/Mouse.git] / xt / 06_usermodules.t
index a296c6e..da176ef 100644 (file)
@@ -29,7 +29,7 @@ my @modules = qw(
     HTTP::Engine::Middleware
 
     HTML::Shakan
-    Net::Google::API
+    Net::Google::DataAPI
 );
 
 test_module($_) for @modules;