WIP.
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 @@
     @NCIntent(
         "intent=i1 " +
         "    options={" +
-        "        'ordered': false, " +
+        "        'ordered': true, " +
         "        'unused_free_words': false, " +
         "        'unused_sys_toks': false, " +
         "        'unused_usr_toks': false, " +