Test suite wide leaktesting
[dbsrgits/DBIx-Class.git] / t / 747mssql_ado.t
index a2f99d5..71fc5b7 100644 (file)
@@ -93,5 +93,7 @@ END {
     eval { $dbh->do("DROP TABLE $_") }
       for qw/artist/;
   }
+
+  undef $schema;
 }
 # vim:sw=2 sts=2