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

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


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

commit 5d4a62ddd6c18f6b101889ca3b1c22f3a8f9bd7a
Author: Sergey Kamov <[email protected]>
AuthorDate: Fri Jul 23 12:13:20 2021 +0300

    WIP.
---
 .../org/apache/nlpcraft/model/intent/idl/NCIdlIntentOptionsSpec.scala   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/idl/NCIdlIntentOptionsSpec.scala
 
b/nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/idl/NCIdlIntentOptionsSpec.scala
index 24f6784..d4c6cd5 100644
--- 
a/nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/idl/NCIdlIntentOptionsSpec.scala
+++ 
b/nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/idl/NCIdlIntentOptionsSpec.scala
@@ -37,7 +37,7 @@ class NCIdlIntentOptionsModel extends NCAbstractTokensModel {
     @NCIntent(
         "intent=i1 " +
         "    options={" +
-        "        'ordered': false, " +
+        "        'ordered': true, " +
         "        'unused_free_words': false, " +
         "        'unused_sys_toks': false, " +
         "        'unused_usr_toks': false, " +

Reply via email to