Fix more fallout from 9b871b00, centralize the ugly in a base Schema class
[dbsrgits/DBIx-Class.git] / t / lib / testinclude / DBICTestAdminInc.pm
index cf7f6f9..9f57e2f 100644 (file)
@@ -1,5 +1,5 @@
 package DBICTestAdminInc;
-use base 'DBIx::Class::Schema';
+use base 'DBICTest::BaseSchema';
 
 sub connect { exit 70 } # this is what the test will expect to see