You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by se...@apache.org on 2021/03/11 19:36:13 UTC

[incubator-nlpcraft] branch NLPCRAFT-267 updated: WIP.

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

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


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

commit 10c385e1b9a80cab82a2f59298a38a626c637939
Author: Sergey Kamov <sk...@gmail.com>
AuthorDate: Thu Mar 11 22:36:02 2021 +0300

    WIP.
---
 .../probe/mgrs/nlp/enrichers/model/NCEnricherNestedModelSpec4.scala     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nlpcraft/src/test/scala/org/apache/nlpcraft/probe/mgrs/nlp/enrichers/model/NCEnricherNestedModelSpec4.scala b/nlpcraft/src/test/scala/org/apache/nlpcraft/probe/mgrs/nlp/enrichers/model/NCEnricherNestedModelSpec4.scala
index b354533..b240a47 100644
--- a/nlpcraft/src/test/scala/org/apache/nlpcraft/probe/mgrs/nlp/enrichers/model/NCEnricherNestedModelSpec4.scala
+++ b/nlpcraft/src/test/scala/org/apache/nlpcraft/probe/mgrs/nlp/enrichers/model/NCEnricherNestedModelSpec4.scala
@@ -49,5 +49,5 @@ class NCNestedTestModel4 extends NCModelAdapter(
 @NCTestEnvironment(model = classOf[NCNestedTestModel4], startClient = true)
 class NCEnricherNestedModelSpec4 extends NCTestContext {
     @Test
-    def test(): Unit = checkIntent("the a " * 8, "onE2")
+    def test(): Unit = checkIntent("the a " * 9, "onE2")
 }
\ No newline at end of file