Test suite wide leaktesting
[dbsrgits/DBIx-Class.git] / t / 72pg.t
index f3250ed..e2acc10 100644 (file)
--- a/t/72pg.t
+++ b/t/72pg.t
@@ -449,7 +449,8 @@ done_testing;
 END {
     return unless $schema;
     drop_test_schema($schema);
-    eapk_drop_all( $schema)
+    eapk_drop_all($schema);
+    undef $schema;
 };