Skip to content

Commit 519f587

Browse files
authored
fix: tests (#1988)
1 parent b9d9f0b commit 519f587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {PaneWrapper, ResultTable} from './ResultTable';
1010
import {SettingsDialog} from './SettingsDialog';
1111

1212
export enum ExplainResultType {
13-
Schema = 'Schema',
13+
Schema = 'Computation Graph',
1414
JSON = 'JSON',
1515
AST = 'AST',
1616
}

0 commit comments

Comments
 (0)