Skip to content

Commit ad4196a

Browse files
committed
Expect 5 hits
1 parent 099bf94 commit ad4196a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/search/linguistics/lucene/lucene_linguistics.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def test_simple_linguistics
1919
documentapi(ContainerDocumentApi.new)).
2020
sd(selfdir + 'lucene.sd'))
2121
start
22-
feed_and_wait_for_docs("lucene", 3, :file => selfdir + "document.json")
22+
feed_and_wait_for_docs("lucene", 5, :file => selfdir + "document.json")
2323

2424
assert_hitcount("query=normal:C++", 4)
2525
assert_hitcount("query=special:C++", 1)

0 commit comments

Comments
 (0)