Some test suite corrections ahead of next commits
[dbsrgits/DBIx-Class.git] / t / lib / testinclude / DBICTestAdminInc.pm
index 212d33d..710dab0 100644 (file)
@@ -5,6 +5,6 @@ use strict;
 
 use base 'DBICTest::BaseSchema';
 
-sub connect { exit 70 } # this is what the test will expect to see
+sub connection { exit 70 } # this is what the test will expect to see
 
 1;