Only load DBICTest::Schema when needed in tests
[dbsrgits/DBIx-Class.git] / t / zzzzzzz_sqlite_deadlock.t
index b0e8f3b..4aa2030 100644 (file)
@@ -12,6 +12,7 @@ BEGIN {
 
 use Test::Exception;
 use DBICTest;
+use DBICTest::Schema;
 use File::Temp ();
 
 plan tests => 2;