diff --git a/cjellyfish b/cjellyfish index 22cbc77..a3b62e7 160000 --- a/cjellyfish +++ b/cjellyfish @@ -1 +1 @@ -Subproject commit 22cbc7705b0ba6ab7219dfeeda116f7299ae25a9 +Subproject commit a3b62e71490d2d8ccecf317bb10f9ff954f2d509 diff --git a/jellyfish/test.py b/jellyfish/test.py index c81ec6a..226a5ae 100644 --- a/jellyfish/test.py +++ b/jellyfish/test.py @@ -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: