Fixed tests

This commit is contained in:
Maksim Kita 2021-08-20 11:54:10 +03:00
parent 5f2b28639f
commit e0c25a1503

View File

@ -1,5 +1,5 @@
SELECT errorCodeToName(toUInt32(-1));
SELECT errorCodeToName(-1);
SELECT errorCodeToName(600); /* gap in error codes */
SELECT errorCodeToName(650); /* gap in error codes */
SELECT errorCodeToName(0);
SELECT errorCodeToName(1);