Skip to content

Commit

Permalink
I believe the expected outcome should not have the trailing zeros. Ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason R. Coombs committed Jul 2, 2018
1 parent 19a6ea6 commit ecb6c18
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 @@ -22,7 +22,7 @@ def test_soundex_result():

@pytest.mark.xfail(reason="issue #14")
def test_soundex_Test():
assert fuzzy.Soundex(8)('Test') == 'T2300000'
assert fuzzy.Soundex(8)('Test') == 'T23'


def test_DMetaphone():
Expand Down

0 comments on commit ecb6c18

Please sign in to comment.