From 49784c5f568c63655598f070137ab8645c7e7989 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Fri, 19 Dec 2014 09:22:24 -0500 Subject: [PATCH] Testing tweak --- t/40-serializable.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/40-serializable.t b/t/40-serializable.t index 03b70d387..1c9b17e8b 100644 --- a/t/40-serializable.t +++ b/t/40-serializable.t @@ -13,7 +13,7 @@ my $bct = BucardoTesting->new({location => 'postgres'}) END { $bct->stop_bucardo if $bct } -my $dbh = $bct->empty_cluster('A')->[0]; +my $dbh = $bct->empty_cluster('A'); END { $dbh->disconnect if $dbh } # Skip the tests if we can't mock the serialization failure. -- 2.39.5