Skip to content

Commit

Permalink
fixed copy and paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricedoepke committed Mar 1, 2019
1 parent 9df258e commit 8e438c1
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 @@ -213,7 +213,7 @@ def test_duckling_entity_extractor(component_builder):
entities = message.get("entities")
assert len(entities) == 1
assert entities[0]["text"] == "5"
assert entities[0]["value"] == "2013-10-13T00:00:00.000Z"
assert entities[0]["value"] == 5


def test_duckling_entity_extractor_and_synonyms(component_builder):
Expand Down

0 comments on commit 8e438c1

Please sign in to comment.