skip correct number of tests
[catagits/Catalyst-Authentication-Store-LDAP.git] / t / 05-user_attributes.t
index 33962fc..88d3ac3 100644 (file)
@@ -12,7 +12,7 @@ SKIP: {
 
     eval "use Catalyst::Model::LDAP";
     if ($@) {
-        skip "Catalyst::Model::LDAP not installed", 6;
+        skip "Catalyst::Model::LDAP not installed", 9;
     }
 
     my $server = LDAPTest::spawn_server();