diff --git a/tests/test_python/test_lib.py b/tests/test_python/test_lib.py index f7b47858..bef5901c 100644 --- a/tests/test_python/test_lib.py +++ b/tests/test_python/test_lib.py @@ -434,7 +434,7 @@ unidata_version = tuple(( int(c) for c in unicodedata.unidata_version.split('.'))) U1F48E_WIDTH = ( - 1 if unidata_version >= (6,) else 2 + 1 if unidata_version >= (5, 2) else 2 )