mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 01:16:28 +03:00
Fix typo in unit tests (#5823)
This commit is contained in:
parent
2880d8a555
commit
b97dbab998
|
@ -18,7 +18,7 @@ def test_tokenizer_splits_double_space(tokenizer, text):
|
|||
|
||||
|
||||
@pytest.mark.parametrize("text", ["lorem ipsum "])
|
||||
def test_tokenizer_handles_double_trainling_ws(tokenizer, text):
|
||||
def test_tokenizer_handles_double_trailing_ws(tokenizer, text):
|
||||
tokens = tokenizer(text)
|
||||
assert repr(tokens.text_with_ws) == repr(text)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user