Fix typo in test name

This commit is contained in:
Peter Zhu 2021-09-02 09:55:12 -04:00
parent ed83a01048
commit 682f58a933
Notes: git 2021-09-02 22:57:22 +09:00
1 changed files with 1 additions and 1 deletions

View File

@ -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'