From b547b7c21cfb3674b7a35e824c0a0d3ca01b1014 Mon Sep 17 00:00:00 2001 From: Carlos Salguero Date: Tue, 22 May 2018 15:25:33 -0300 Subject: [PATCH] PT-1554 3rd attempt to fix ExplainAnalyzer.t --- t/lib/ExplainAnalyzer.t | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/t/lib/ExplainAnalyzer.t b/t/lib/ExplainAnalyzer.t index 419c752f..b2281c4b 100644 --- a/t/lib/ExplainAnalyzer.t +++ b/t/lib/ExplainAnalyzer.t @@ -81,10 +81,7 @@ my $got = $exa->explain_query( $got->[0]->{filtered} = int($got->[0]->{filtered}) if (defined($got->[0]->{filtered})); is_deeply( - $exa->explain_query( - dbh => $dbh, - query => 'select * from actor where actor_id = 5', - ), + $got, $want, 'Got a simple EXPLAIN result', );