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 5521631 WIP.
5521631 is described below
commit 5521631acee3b5124a9f4e18a864cb2928e5e412
Author: Sergey Kamov <[email protected]>
AuthorDate: Thu Mar 25 14:09:41 2021 +0300
WIP.
---
.../src/test/scala/org/apache/nlpcraft/model/dialog/NCDialogSpec.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/nlpcraft/src/test/scala/org/apache/nlpcraft/model/dialog/NCDialogSpec.scala
b/nlpcraft/src/test/scala/org/apache/nlpcraft/model/dialog/NCDialogSpec.scala
index 1668836..a58cc00 100644
---
a/nlpcraft/src/test/scala/org/apache/nlpcraft/model/dialog/NCDialogSpec.scala
+++
b/nlpcraft/src/test/scala/org/apache/nlpcraft/model/dialog/NCDialogSpec.scala
@@ -70,7 +70,7 @@ class NCDialogSpecModel extends NCModel {
@NCIntent("intent=onA8
flow=/org.apache.nlpcraft.model.dialog.NCDialogSpecModelFlow#trueAfterOnA7/
term~{tok_id() == 'a8'}")
def onA8(): NCResult = NCResult.text("ok")
- @NCIntent("intent=onA8
flow=/org.apache.nlpcraft.model.dialog.NCDialogSpecModelFlow#trueAfterOnA7AndA8/
term~{tok_id() == 'a9'}")
+ @NCIntent("intent=onA9
flow=/org.apache.nlpcraft.model.dialog.NCDialogSpecModelFlow#trueAfterOnA7AndA8/
term~{tok_id() == 'a9'}")
def onA9(): NCResult = NCResult.text("ok")
}