This is an automated email from the ASF dual-hosted git repository.

sergeykamov pushed a commit to branch NLPCRAFT-283
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/NLPCRAFT-283 by this push:
     new 1f1f9b1  WIP.
1f1f9b1 is described below

commit 1f1f9b11579537a4c6f908662222300d248de9c4
Author: Sergey Kamov <[email protected]>
AuthorDate: Thu Mar 25 13:02:28 2021 +0300

    WIP.
---
 .../model/intent/idl/compiler/functions/NCIdlFunctionsCustom.scala       | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/idl/compiler/functions/NCIdlFunctionsCustom.scala
 
b/nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/idl/compiler/functions/NCIdlFunctionsCustom.scala
index 65c8820..14a4272 100644
--- 
a/nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/idl/compiler/functions/NCIdlFunctionsCustom.scala
+++ 
b/nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/idl/compiler/functions/NCIdlFunctionsCustom.scala
@@ -41,6 +41,7 @@ class NCIdlFunctionsCustom extends NCIdlFunctions {
     def testErrors(): Unit = {
         def test(truth: String): Unit = expectError(TestDesc(truth = truth, 
isCustom = true))
 
+        test("invalid")
         
test("org.apache.nlpcraft.model.intent.idl.compiler.functions.NCIdlFunctionsCustomImpl#missed")
         
test("org.apache.nlpcraft.model.intent.idl.compiler.functions.NCIdlFunctionsCustomImpl#wrongParams1")
         
test("org.apache.nlpcraft.model.intent.idl.compiler.functions.NCIdlFunctionsCustomImpl#wrongParams2")

Reply via email to