Test suite wide leaktesting
[dbsrgits/DBIx-Class.git] / t / storage / reconnect.t
index 7416486..8a33284 100644 (file)
@@ -89,7 +89,7 @@ my $ctx_map = {
   },
 };
 
-for my $ctx (keys $ctx_map) {
+for my $ctx (keys %$ctx_map) {
 
   # start disconnected and then connected
   $schema->storage->disconnect;