This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a commit to branch NLPCRAFT-359
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/NLPCRAFT-359 by this push:
new 88fee5f WIP on NLPCRAFT-359
88fee5f is described below
commit 88fee5ff72baa1004b12c35f5cf1cc848c3c7515
Author: Aaron Radzinzski <[email protected]>
AuthorDate: Thu Jul 8 23:19:43 2021 -0700
WIP on NLPCRAFT-359
---
.../test/scala/org/apache/nlpcraft/model/NCIntentSampleSpec.scala | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git
a/nlpcraft/src/test/scala/org/apache/nlpcraft/model/NCIntentSampleSpec.scala
b/nlpcraft/src/test/scala/org/apache/nlpcraft/model/NCIntentSampleSpec.scala
index 4857f40..5e14b07 100644
--- a/nlpcraft/src/test/scala/org/apache/nlpcraft/model/NCIntentSampleSpec.scala
+++ b/nlpcraft/src/test/scala/org/apache/nlpcraft/model/NCIntentSampleSpec.scala
@@ -19,7 +19,7 @@ package org.apache.nlpcraft.model
import org.apache.nlpcraft.NCTestElement
import org.apache.nlpcraft.model.tools.test.NCTestAutoModelValidator
-import org.junit.jupiter.api.Test
+import org.junit.jupiter.api.{Assertions, Test}
import java.util
import scala.language.implicitConversions
@@ -53,7 +53,8 @@ class NCIntentSampleSpec {
System.setProperty("NLPCRAFT_TEST_MODELS",
"org.apache.nlpcraft.model.NCIntentSampleSpecModel")
// Note that this validation can print validation warnings for this
'NCIntentSampleSpecModel' model.
- // Its is expected behaviour because not model is tested, but
validation itself.
+ // Its is expected behaviour because it is not the model that is
tested, but validation itself.
+ // Start model auto-validator.
NCTestAutoModelValidator.isValid()
}
}