Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricedoepke committed Mar 1, 2019
1 parent 0d769d7 commit e5e59fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/base/test_extractors.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def test_spacy_ner_extractor(component_builder, spacy_nlp):
assert example.get("entities")[0] == {
'start': 26,
'extractor': 'SpacyEntityExtractor',
'end': 31,
'end': 41,
'value': 'Sebastian Thrun',
'entity': 'PERSON',
'confidence': None}

0 comments on commit e5e59fa

Please sign in to comment.