This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/master by this push:
new 5ac4e4a Code cleanup.
5ac4e4a is described below
commit 5ac4e4a434fd06ac4bb29c8180345c2d427ce946
Author: Sergey Kamov <[email protected]>
AuthorDate: Sun Mar 20 12:15:53 2022 +0300
Code cleanup.
---
.../scala/org/apache/nlpcraft/internal/impl/NCModelPingPongSpec.scala | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/nlpcraft/src/test/scala/org/apache/nlpcraft/internal/impl/NCModelPingPongSpec.scala
b/nlpcraft/src/test/scala/org/apache/nlpcraft/internal/impl/NCModelPingPongSpec.scala
index 31e4cf5..3428ab6 100644
---
a/nlpcraft/src/test/scala/org/apache/nlpcraft/internal/impl/NCModelPingPongSpec.scala
+++
b/nlpcraft/src/test/scala/org/apache/nlpcraft/internal/impl/NCModelPingPongSpec.scala
@@ -53,6 +53,8 @@ class NCModelPingPongSpec:
if lastIntentId != "command" then
throw new NCRejection("Nothing to confirm.")
+ println("'Command' confirmed and can be be executed here.")
+
R(ASK_RESULT, s"'dialog' confirmed.")
@NCIntent("intent=other term(other)={# == 'other'}")