Only load DBICTest::Schema when needed in tests
[dbsrgits/DBIx-Class.git] / t / 63register_source.t
index 6951962..017ca64 100644 (file)
@@ -4,7 +4,6 @@ use warnings;
 use Test::Exception tests => 1;
 use lib qw(t/lib);
 use DBICTest;
-use DBICTest::Schema;
 use DBIx::Class::ResultSource::Table;
 
 my $schema = DBICTest->init_schema();