From 9ba29d47799f10902e5ae8074fcfbdfd26d6aecb Mon Sep 17 00:00:00 2001 From: Darshan Date: Sat, 10 May 2025 11:36:55 +0530 Subject: [PATCH] update: var name. --- tests/e2e/Services/GraphQL/Base.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/e2e/Services/GraphQL/Base.php b/tests/e2e/Services/GraphQL/Base.php index 8cad67b909..aa90502163 100644 --- a/tests/e2e/Services/GraphQL/Base.php +++ b/tests/e2e/Services/GraphQL/Base.php @@ -25,8 +25,8 @@ trait Base public static string $CREATE_TABLE = 'create_table'; public static string $GET_TABLE = 'get_table'; public static string $GET_TABLES = 'list_tables'; - public static string $UPDATE_TABLE = 'update_tables'; - public static string $DELETE_TABLE = 'delete_tables'; + public static string $UPDATE_TABLE = 'update_table'; + public static string $DELETE_TABLE = 'delete_table'; // Attributes public static string $CREATE_STRING_ATTRIBUTE = 'create_string_attribute';