Only load DBICTest::Schema when needed in tests
[dbsrgits/DBIx-Class.git] / t / sqlmaker / core.t
index 7312c98..1c2a1c3 100644 (file)
@@ -5,9 +5,7 @@ use Test::More;
 use Test::Exception;
 
 use lib qw(t/lib);
-use DBIC::SqlMakerTest;
-
-use_ok('DBICTest');
+use DBICTest ':DiffSQL';
 
 my $schema = DBICTest->init_schema(no_deploy => 1);