Skip to content

Commit

Permalink
Mark the relevant test as failing due to the new issue #15.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason R. Coombs committed Jul 2, 2018
1 parent d09bd5c commit e15b195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_fuzzy.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_soundex_Test():
assert fuzzy.Soundex(8)('Test') == 'T23'


@pytest.mark.xfail(reason="issue #14")
@pytest.mark.xfail(reason="issue #15")
def test_soundex_non_ascii():
assert fuzzy.Soundex(8)('Jéroboam') == 'J615'

Expand Down

0 comments on commit e15b195

Please sign in to comment.