This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a commit to branch NLPCRAFT-376
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/NLPCRAFT-376 by this push:
new ac726a5 WIP.
ac726a5 is described below
commit ac726a5499321206c6dfad3bb861602e012ac3fc
Author: Sergey Kamov <[email protected]>
AuthorDate: Thu Jul 29 14:36:25 2021 +0300
WIP.
---
.../test/scala/org/apache/nlpcraft/models/stm/indexes/NCLimitSpec.scala | 1 -
1 file changed, 1 deletion(-)
diff --git
a/nlpcraft/src/test/scala/org/apache/nlpcraft/models/stm/indexes/NCLimitSpec.scala
b/nlpcraft/src/test/scala/org/apache/nlpcraft/models/stm/indexes/NCLimitSpec.scala
index 7aeb9b9..9e1cb8f 100644
---
a/nlpcraft/src/test/scala/org/apache/nlpcraft/models/stm/indexes/NCLimitSpec.scala
+++
b/nlpcraft/src/test/scala/org/apache/nlpcraft/models/stm/indexes/NCLimitSpec.scala
@@ -67,7 +67,6 @@ class NCLimitSpecModel extends NCSpecModelAdapter {
)
private def onLimit3(ctx: NCIntentMatch, @NCIntentTerm("limit") limit:
NCToken): NCResult =
mkResult(intentId = "limit3", limit = limit)
-
}
@NCTestEnvironment(model = classOf[NCLimitSpecModel], startClient = true)