Prepare for new dev release
[dbsrgits/DBIx-Class.git] / t / 81transactions.t
index 2b409fa..7d30b5c 100644 (file)
@@ -236,7 +236,9 @@ my $fail_code = sub {
     };
     my $err = $@;
     ok(($err eq ''), 'Pre-connection nested transactions.');
+    $schema2->storage->disconnect;
 }
+$schema->storage->disconnect;
 
 # Test txn_scope_guard
 {