Skip to content

Commit eca0264

Browse files
committed
fix: tests
1 parent ef19edb commit eca0264

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/suites/tenant/queryEditor/models/QueryEditor.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ export enum ButtonNames {
2626
export enum ResultTabNames {
2727
Result = 'Result',
2828
Stats = 'Stats',
29-
Schema = 'Schema',
30-
ExplainPlan = 'Explain Plan',
29+
Schema = 'Computation Graph',
30+
ExplainPlan = 'Explain',
3131
}
3232

3333
export enum QueryTabs {

0 commit comments

Comments
 (0)