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 4b813bb Test minor fix. 4b813bb is described below commit 4b813bb417d8d3057380d67a157bc5afdb1bce4f Author: Sergey Kamov <skhdlem...@gmail.com> AuthorDate: Sat Apr 17 14:45:18 2021 +0300 Test minor fix. --- .../apache/nlpcraft/model/abstract/NCAbstractTokensVariantsSpec.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nlpcraft/src/test/scala/org/apache/nlpcraft/model/abstract/NCAbstractTokensVariantsSpec.scala b/nlpcraft/src/test/scala/org/apache/nlpcraft/model/abstract/NCAbstractTokensVariantsSpec.scala index 35e8e87..e28a785 100644 --- a/nlpcraft/src/test/scala/org/apache/nlpcraft/model/abstract/NCAbstractTokensVariantsSpec.scala +++ b/nlpcraft/src/test/scala/org/apache/nlpcraft/model/abstract/NCAbstractTokensVariantsSpec.scala @@ -44,7 +44,7 @@ class NCAbstractTokensModelVariants extends NCAbstractTokensModel { val limNote = limitPart.getMetadata.get("nlpcraft:limit:note").asInstanceOf[String] - require(limNote == "anyWord", s"Unexpected limit token note: '$limNote', token: $limitPart, meta: ${limitPart.getMetadata}") + require(limNote == "wrapAnyWord", s"Unexpected limit token note: '$limNote', token: $limitPart, meta: ${limitPart.getMetadata}") val limIdxs = limitPart.getMetadata.get("nlpcraft:limit:indexes").asInstanceOf[util.List[Integer]].asScala