summaryrefslogtreecommitdiff
path: root/test/did_you_mean
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-10-27 22:59:43 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-10-27 22:59:43 +0900
commit379a5ca539af0e954b1cdf63b9365ad208b9c7f3 (patch)
treed001eb53d4cef8e72cb9000646d6ec9206ebaedc /test/did_you_mean
parent3198e7abd70bd2af977f2bb6c967e9df8f91adb0 (diff)
Fixed typo
Diffstat (limited to 'test/did_you_mean')
-rw-r--r--test/did_you_mean/tree_spell/test_change_word.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/did_you_mean/tree_spell/test_change_word.rb b/test/did_you_mean/tree_spell/test_change_word.rb
index 613e11b869..f234f45b31 100644
--- a/test/did_you_mean/tree_spell/test_change_word.rb
+++ b/test/did_you_mean/tree_spell/test_change_word.rb
@@ -32,7 +32,7 @@ class ChangeWordTest < Test::Unit::TestCase
assert_match @cw.transposition(n - 1, +1), 'spec/services/anything_spce'
assert_match @cw.transposition(4, +1), 'specs/ervices/anything_spec'
assert_match @cw.transposition(4, -1), 'spe/cservices/anything_spec'
- assert_match @cw.transposition(21, -1), 'spec/services/anythign_spec'
+ assert_match @cw.transposition(21, -1), 'spec/services/anything_spec'
assert_match @cw.transposition(21, +1), 'spec/services/anythin_gspec'
end
end