Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 90a42e7

Browse files
committed
Update expectation for unicode characters number
1 parent 0f3fa1e commit 90a42e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_completer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def test_unicode_range():
127127
assert len_exp == len_test, message
128128

129129
# fail if new unicode symbols have been added.
130-
assert len_exp <= 143668, message
130+
assert len_exp <= 148853, message
131131

132132

133133
@contextmanager

0 commit comments

Comments
 (0)