This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a commit to branch NLPCRAFT-369
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/NLPCRAFT-369 by this push:
new ce544c1 WIP.
ce544c1 is described below
commit ce544c17575e3ea1d43f33991157973bc55ab488
Author: Sergey Kamov <[email protected]>
AuthorDate: Fri Jul 23 19:02:54 2021 +0300
WIP.
---
.../org/apache/nlpcraft/model/intent/idl/NCIdlIntentOptionsSpec.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/idl/NCIdlIntentOptionsSpec.scala
b/nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/idl/NCIdlIntentOptionsSpec.scala
index d4c6cd5..ed75aa5 100644
---
a/nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/idl/NCIdlIntentOptionsSpec.scala
+++
b/nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/idl/NCIdlIntentOptionsSpec.scala
@@ -60,7 +60,7 @@ class NCIdlIntentOptionsModel extends NCAbstractTokensModel {
" term(a)={tok_id() == 'i2_a'}" +
" term(b)={tok_id() == 'i2_b'}"
)
- def i2(): NCResult = NCResult.text("i1")
+ def i2(): NCResult = NCResult.text("i2")
}