Change example configs to fit in with recent DBIC store
[catagits/Catalyst-Plugin-Authentication.git] / t / 06_user.t
index 887e1d7..f2bfa8c 100644 (file)
@@ -4,7 +4,7 @@ use warnings;
 use Test::More tests => 6;
 use Test::Exception;
 
-my $m; BEGIN { use_ok($m = "Catalyst::Plugin::Authentication::User") }
+my $m; BEGIN { use_ok($m = "Catalyst::Authentication::User") }
 
 {
        package SomeUser;