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 1e544c3  WIP.
1e544c3 is described below

commit 1e544c39f14a3c3ce994b9dd14249f19155d86bd
Author: Sergey Kamov <[email protected]>
AuthorDate: Fri Apr 3 09:52:27 2020 +0300

    WIP.
---
 .../scala/org/apache/nlpcraft/model/intent/dsl/NCDslTestModel.scala     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/test/scala/org/apache/nlpcraft/model/intent/dsl/NCDslTestModel.scala 
b/src/test/scala/org/apache/nlpcraft/model/intent/dsl/NCDslTestModel.scala
index 320079b..bd64fd8 100644
--- a/src/test/scala/org/apache/nlpcraft/model/intent/dsl/NCDslTestModel.scala
+++ b/src/test/scala/org/apache/nlpcraft/model/intent/dsl/NCDslTestModel.scala
@@ -22,7 +22,7 @@ import org.apache.nlpcraft.model._
 /**
  * Test model for intent DSL.
  */
-class NCDslTestModel extends 
NCModelFileAdapter("org/apache/nlpcraft/model/intent/dsl/dsl_test_model.yaml") {
+class NCDslTestModel extends 
NCModelFileAdapter("src/test/scala/org/apache/nlpcraft/model/intent/dsl/dsl_test_model.yaml")
 {
     @NCIntentRef("i1")
     private def callback$i4(ctx: NCIntentMatch): NCResult = 
NCResult.text("callback$i1")
 }

Reply via email to