You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2020/09/12 22:26:22 UTC

[incubator-nlpcraft] branch NLPCRAFT-41 updated: Update NCTestExampleModelsSpec.scala

This is an automated email from the ASF dual-hosted git repository.

aradzinski pushed a commit to branch NLPCRAFT-41
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/NLPCRAFT-41 by this push:
     new 93512f9  Update NCTestExampleModelsSpec.scala
93512f9 is described below

commit 93512f930a6c0fb25d350521a66d3299de1ca943
Author: Aaron Radzinski <ar...@datalingvo.com>
AuthorDate: Sat Sep 12 15:26:11 2020 -0700

    Update NCTestExampleModelsSpec.scala
---
 .../src/test/scala/org/apache/nlpcraft/NCTestExampleModelsSpec.scala   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/nlpcraft/src/test/scala/org/apache/nlpcraft/NCTestExampleModelsSpec.scala b/nlpcraft/src/test/scala/org/apache/nlpcraft/NCTestExampleModelsSpec.scala
index 46156c2..ae550a3 100644
--- a/nlpcraft/src/test/scala/org/apache/nlpcraft/NCTestExampleModelsSpec.scala
+++ b/nlpcraft/src/test/scala/org/apache/nlpcraft/NCTestExampleModelsSpec.scala
@@ -31,8 +31,7 @@ class NCTestExampleModelsSpec {
             "org.apache.nlpcraft.examples.time.TimeModel," +
             "org.apache.nlpcraft.examples.lightswitch.LightSwitchModel," +
             "org.apache.nlpcraft.examples.echo.EchoModel," +
-            "org.apache.nlpcraft.examples.weather.WeatherModel," +
-            "org.apache.nlpcraft.examples.time.TimeModel"
+            "org.apache.nlpcraft.examples.weather.WeatherModel"
 
         // Instruct auto-validator what models to test.
         System.setProperty("NLPCRAFT_TEST_MODELS", models)