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', );