From 8a4c9c33f15e3b496a4230a76a67ddc785fb6adc Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sun, 7 Jun 2015 18:33:04 +0200 Subject: [PATCH] * Fix test_token_references test --- tests/tokens/test_token_references.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tokens/test_token_references.py b/tests/tokens/test_token_references.py index ab5bd5bcc..9e45c273b 100644 --- a/tests/tokens/test_token_references.py +++ b/tests/tokens/test_token_references.py @@ -22,7 +22,7 @@ def test_orphan(): dummy = get_orphan_token('Load and flush the memory', 0) dummy = get_orphan_token('Load again...', 0) assert orphan.orth_ == 'orphan' - assert orphan.pos_ == 'ADJ' + assert orphan.pos_ == 'NOUN' assert orphan.head.orth_ == 'token'