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 c5e9355  Test fixes.
c5e9355 is described below

commit c5e9355d22786f2aa0fa75472bb51a103678e083
Author: Sergey Kamov <skhdlem...@gmail.com>
AuthorDate: Sat Feb 19 12:46:48 2022 +0300

    Test fixes.
---
 .../scala/org/apache/nlpcraft/internal/impl/NCModelPingPongSpec.scala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 2f6f65a..676d7c3 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
@@ -104,10 +104,10 @@ class NCModelPingPongSpec:
         // 1. Nothing to confirm. No history.
         askForReject("confirm")
 
-        // 2. Nothing to confirm. Last question is not `dialog`.
+        // 2. Nothing to confirm. Last question is not `command`.
         askForResult("other")
         askForReject("confirm")
 
-        // 3. Last question is `dialog`. Can be confirmed.
+        // 3. Last question is `command`. Can be confirmed.
         askForDialog("command")
         askForResult("confirm")
\ No newline at end of file

Reply via email to