diff --git a/tests/queries/0_stateless/02024_create_dictionary_with_comment.sql b/tests/queries/0_stateless/02024_create_dictionary_with_comment.sql index bbe2fa7066b..00557e4cf5c 100644 --- a/tests/queries/0_stateless/02024_create_dictionary_with_comment.sql +++ b/tests/queries/0_stateless/02024_create_dictionary_with_comment.sql @@ -30,4 +30,4 @@ COMMENT 'Test dictionary with comment'; SHOW CREATE DICTIONARY 2024_dictionary_with_comment; SELECT comment FROM system.dictionaries WHERE name == '2024_dictionary_with_comment' AND database == currentDatabase(); -DROP DICTIONARY IF EXISTS 2024_dictionary_with_comment; \ No newline at end of file +DROP DICTIONARY IF EXISTS 2024_dictionary_with_comment;