From d654622ebe4aa2871041949652dc8b41faf6f102 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Sun, 20 Dec 2015 12:45:43 -0800 Subject: [PATCH] We've already done one ResetDB above. So make sure we're reseting the right DB --- Supporters/t/Supporters.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Supporters/t/Supporters.t b/Supporters/t/Supporters.t index e71093e..d67a3a4 100644 --- a/Supporters/t/Supporters.t +++ b/Supporters/t/Supporters.t @@ -512,7 +512,7 @@ is_deeply(\%hh, { requestTypeId => $rr, requestConfigurationId => $rc }, =cut -($tempDBH, $tempSP) = ResetDB($dbh); +($tempDBH, $tempSP) = ResetDB($tempDBH); $tempDBH->do("DROP TABLE email_address;"); dies_ok { $tempSP->addSupporter({ display_name => "Roger Sterling",