From 18010afd5d2f4b47de6ed5fa7cd26c89ed1ba4a6 Mon Sep 17 00:00:00 2001 From: Elena Makarova Date: Fri, 28 Feb 2025 13:29:26 +0300 Subject: [PATCH] fix: tests --- tests/suites/tenant/queryEditor/models/QueryEditor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/suites/tenant/queryEditor/models/QueryEditor.ts b/tests/suites/tenant/queryEditor/models/QueryEditor.ts index 870ad0c412..dbc7c8d08e 100644 --- a/tests/suites/tenant/queryEditor/models/QueryEditor.ts +++ b/tests/suites/tenant/queryEditor/models/QueryEditor.ts @@ -10,7 +10,7 @@ import {PaneWrapper, ResultTable} from './ResultTable'; import {SettingsDialog} from './SettingsDialog'; export enum ExplainResultType { - Schema = 'Schema', + Schema = 'Computation Graph', JSON = 'JSON', AST = 'AST', }