super basic test for dm::sqlt
[dbsrgits/DBIx-Class-DeploymentHandler.git] / t / 02-instantiation.t
index 9699644..156bb24 100644 (file)
@@ -6,7 +6,6 @@ use File::Path 'remove_tree';
 
 use lib 't/lib';
 use DBICDHTest;
-use DBICTest;
 use DBIx::Class::DeploymentHandler;
 my $db = 'dbi:SQLite:db.db';
 my @connection = ($db, '', '', { ignore_version => 1 });