Commit fb6f150c864210c8a471d083daca34e2c9722608
1 parent
ec269be0
Exists in
master
and in
14 other branches
Updated test name [skip ci]
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
test/reindex_test.rb
@@ -89,7 +89,7 @@ class ReindexTest < Minitest::Test | @@ -89,7 +89,7 @@ class ReindexTest < Minitest::Test | ||
89 | assert Product.reindex(resume: true) | 89 | assert Product.reindex(resume: true) |
90 | end | 90 | end |
91 | 91 | ||
92 | - def test_full_reindex | 92 | + def test_refresh_full_reindex |
93 | Product.reindex(refresh: true) | 93 | Product.reindex(refresh: true) |
94 | end | 94 | end |
95 | end | 95 | end |