Skip to content

Commit

Permalink
Fix the expected typo numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewman authored and DimitriPapadopoulos committed Oct 20, 2022
1 parent 9c5c6ec commit b98f2c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codespell_lib/tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,8 @@ def test_check_hidden(tmpdir, capsys):
copyfile(op.join(d, '.abandonned.txt'),
op.join(subdir, '.abandonned', 'abandonned.txt'))
assert cs.main(d) == 0
assert cs.main('--check-hidden', d) == 4
assert cs.main('--check-hidden', '--check-filenames', d) == 10
assert cs.main('--check-hidden', d) == 3
assert cs.main('--check-hidden', '--check-filenames', d) == 7


def test_case_handling(tmpdir, capsys):
Expand Down

0 comments on commit b98f2c6

Please sign in to comment.