Changed tests to use DBICTest->init_schema() instead of DBICTest::init_schema()
[dbsrgits/DBIx-Class.git] / t / cdbi-sweet-t / 08pager.t
index e105932..71ccaed 100644 (file)
@@ -16,7 +16,7 @@ BEGIN {
 use lib 't/lib';
 
 use_ok('DBICTest');
-DBICTest::init_schema();
+DBICTest->init_schema();
 
 DBICTest::CD->load_components(qw/CDBICompat::Pager/);