From 85a9ab7d87b7788a1b24457dde14b4b26c8081df Mon Sep 17 00:00:00 2001 From: Maksim Kita Date: Thu, 18 Mar 2021 19:32:04 +0300 Subject: [PATCH] Fixed test --- .../01760_ddl_dictionary_use_current_database_name.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/queries/0_stateless/01760_ddl_dictionary_use_current_database_name.sql b/tests/queries/0_stateless/01760_ddl_dictionary_use_current_database_name.sql index 894487130fd..9c405640930 100644 --- a/tests/queries/0_stateless/01760_ddl_dictionary_use_current_database_name.sql +++ b/tests/queries/0_stateless/01760_ddl_dictionary_use_current_database_name.sql @@ -24,6 +24,6 @@ SELECT dictGet('ddl_dictionary_test', 'value', number) FROM system.numbers LIMIT SELECT 'dictHas'; SELECT dictHas('ddl_dictionary_test', number) FROM system.numbers LIMIT 3; - + DROP TABLE ddl_dictonary_test_source; -DROP DICTIONARY ddl_dictonary_test_source; +DROP DICTIONARY ddl_dictionary_test;