Fixed 'DBIx/Class/DB.pm did not return a true value' error
[dbsrgits/DBIx-Class.git] / t / 89dbicadmin.t
index a411eb7..0b1d1f5 100644 (file)
@@ -6,7 +6,7 @@ use Test::More;
 use lib qw(t/lib);
 use DBICTest;
 
-my $schema = DBICTest::init_schema();
+my $schema = DBICTest->init_schema();
 
 eval 'require JSON';
 plan skip_all => 'Install JSON to run this test' if ($@);