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

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

commit d987c915a2249d44fb764c82139721e9152d9f9d
Author: Sergey Kamov <[email protected]>
AuthorDate: Mon Mar 16 22:35:53 2020 +0300

    WIP.
---
 .../nlpcraft/probe/mgrs/nlp/enrichers/sort/NCEnricherSortSpec.scala | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/src/test/scala/org/apache/nlpcraft/probe/mgrs/nlp/enrichers/sort/NCEnricherSortSpec.scala
 
b/src/test/scala/org/apache/nlpcraft/probe/mgrs/nlp/enrichers/sort/NCEnricherSortSpec.scala
index f828cdb..386e3bf 100644
--- 
a/src/test/scala/org/apache/nlpcraft/probe/mgrs/nlp/enrichers/sort/NCEnricherSortSpec.scala
+++ 
b/src/test/scala/org/apache/nlpcraft/probe/mgrs/nlp/enrichers/sort/NCEnricherSortSpec.scala
@@ -39,9 +39,9 @@ class NCEnricherSortSpec extends NCEnricherBaseSpec {
             _ ⇒ checkExists(
                 "sort A by A",
                 sort(text = "sort", subjNote = "A", subjIndex = 1, byNote = 
"A", byIndex = 3),
-                user("A", "A"),
-                nlp("by", true),
-                user("A", "A")
+                user(text = "A", id = "A"),
+                nlp(text = "by", isStop = true),
+                user(text = "A", id = "A")
             )
         )
 }

Reply via email to