Skip to content

Commit 37c4a21

Browse files
committed
Update QueryPlanAnalyzerRuleTest.php
1 parent c2293e3 commit 37c4a21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/rules/QueryPlanAnalyzerRuleTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@ public function testNotUsingIndex(): void
9999
],
100100
[
101101
"Query is not using an index on table 'ada'." . $proposal,
102-
80,
102+
79,
103103
$tip,
104104
],
105105
[
106106
"Query is not using an index on table 'ada'." . $proposal,
107-
81,
107+
80,
108108
$tip,
109109
],
110110
]);

0 commit comments

Comments
 (0)