Add a smoke (fake) test for modelEvaluate function

This commit is contained in:
Alexey Milovidov 2022-08-26 22:40:06 +02:00
parent 12bbc4a276
commit 3f0ac45389
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
-- This model does not exist:
SELECT modelEvaluate('hello', 1, 2, 3); -- { serverError 36 }