Testing tweak
authorGreg Sabino Mullane <greg@endpoint.com>
Fri, 19 Dec 2014 14:22:24 +0000 (09:22 -0500)
committerGreg Sabino Mullane <greg@endpoint.com>
Fri, 19 Dec 2014 14:22:24 +0000 (09:22 -0500)
t/40-serializable.t

index 03b70d3870e7c41cd55504b476a6ca0bdaf11682..1c9b17e8b5f68e2100170ae4f4cb0ad8ced75385 100644 (file)
@@ -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.