update cjellyfish to pass test
This commit is contained in:
parent
8f2bcdc0dd
commit
0a6e1fb751
|
@ -1 +1 @@
|
|||
Subproject commit 22cbc7705b0ba6ab7219dfeeda116f7299ae25a9
|
||||
Subproject commit a3b62e71490d2d8ccecf317bb10f9ff954f2d509
|
|
@ -121,7 +121,6 @@ def test_jaro_winkler_long_tolerance(jf):
|
|||
assertAlmostEqual(with_lt, 0.984)
|
||||
|
||||
|
||||
|
||||
def test_damerau_levenshtein_distance_type(jf):
|
||||
jf.damerau_levenshtein_distance(u'abc', u'abc')
|
||||
with pytest.raises(TypeError) as exc:
|
||||
|
|
Loading…
Reference in New Issue