From 0a6e1fb751cef0f7c6814d65c65e2b66a8826703 Mon Sep 17 00:00:00 2001 From: James Turk Date: Sun, 12 Jul 2015 20:10:09 -0400 Subject: [PATCH] update cjellyfish to pass test --- cjellyfish | 2 +- jellyfish/test.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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: