Fixed test

This commit is contained in:
Maksim Kita 2021-03-18 19:32:04 +03:00
parent 140fa855c4
commit 85a9ab7d87

View File

@ -26,4 +26,4 @@ SELECT 'dictHas';
SELECT dictHas('ddl_dictionary_test', number) FROM system.numbers LIMIT 3; SELECT dictHas('ddl_dictionary_test', number) FROM system.numbers LIMIT 3;
DROP TABLE ddl_dictonary_test_source; DROP TABLE ddl_dictonary_test_source;
DROP DICTIONARY ddl_dictonary_test_source; DROP DICTIONARY ddl_dictionary_test;