mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix typo in test name
This commit is contained in:
parent
ed83a01048
commit
682f58a933
Notes:
git
2021-09-02 22:57:22 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class ChangeWordTest < Test::Unit::TestCase
|
|||
@len = @input.length
|
||||
end
|
||||
|
||||
def test_deleletion
|
||||
def test_deletion
|
||||
assert_match @cw.deletion(5), 'spec/ervices/anything_spec'
|
||||
assert_match @cw.deletion(@len - 1), 'spec/services/anything_spe'
|
||||
assert_match @cw.deletion(0), 'pec/services/anything_spec'
|
||||
|
|
Loading…
Add table
Reference in a new issue