Commit 323e856918aac55c22ec9e3a46dd29ec135b52f5
1 parent
8c2ee930
Exists in
master
and in
21 other branches
Fixed large text test
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
test/index_test.rb
... | ... | @@ -113,7 +113,7 @@ class IndexTest < Minitest::Test |
113 | 113 | |
114 | 114 | def test_large_text |
115 | 115 | large_value = 10000.times.map { "hello" }.join(" ") |
116 | - assert_raises { store_names[large_value] } | |
116 | + assert_raises { store_names [large_value] } | |
117 | 117 | end |
118 | 118 | |
119 | 119 | def test_analyzed_only | ... | ... |